Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | // Copyright 2018 The Chromium Authors |
David Bertoni | 7966157 | 2018-08-28 23:51:14 | [diff] [blame] | 2 | // 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 Bertoni | 7966157 | 2018-08-28 23:51:14 | [diff] [blame] | 11 | #include "chrome/common/chrome_paths.h" |
Matt Siembor | 39462b3 | 2019-05-07 20:20:44 | [diff] [blame] | 12 | #include "chrome/common/webui_url_constants.h" |
David Bertoni | 7966157 | 2018-08-28 23:51:14 | [diff] [blame] | 13 | #include "content/public/browser/web_contents.h" |
Peter Kasting | 919ce65 | 2020-05-07 10:22:36 | [diff] [blame] | 14 | #include "content/public/test/browser_test.h" |
David Bertoni |
|