blob: 02154d3d352f1cad8b8c0c7fc80a61c076e86700 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2018 The Chromium Authors
David Bertoni79661572018-08-28 23:51:142// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "base/files/file_path.h"
6#include "base/path_service.h"
7#include "base/strings/stringprintf.h"
8#include "chrome/browser/extensions/chrome_test_extension_loader.h"
9#include "chrome/browser/extensions/extension_browsertest.h"
10#include "chrome/browser/profiles/profile.h"
David Bertoni79661572018-08-28 23:51:1411#include "chrome/common/chrome_paths.h"
Matt Siembor39462b32019-05-07 20:20:4412#include "chrome/common/webui_url_constants.h"
David Bertoni79661572018-08-28 23:51:1413#include "content/public/browser/web_contents.h"
Peter Kasting919ce652020-05-07 10:22:3614#include "content/public/test/browser_test.h"
David Bertoni