| Index: chrome/browser/extensions/extension_icon_source_apitest.cc
|
| diff --git a/chrome/browser/extensions/extension_icon_source_apitest.cc b/chrome/browser/extensions/extension_icon_source_apitest.cc
|
| index 9b6426390bdfc22f13ce58ef0a24fb3a2c078357..a79ccc59503c5ef86b3faa2e0a602889b2f44b29 100644
|
| --- a/chrome/browser/extensions/extension_icon_source_apitest.cc
|
| +++ b/chrome/browser/extensions/extension_icon_source_apitest.cc
|
| @@ -92,7 +92,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionIconSourceTest, MAYBE_IconsLoadedIncognito) {
|
|
|
| // Test that the icons are loaded and that the chrome://extension-icon
|
| // parameters work correctly.
|
| - Browser* otr_browser = ui_test_utils::OpenURLOffTheRecord(
|
| + Browser* otr_browser = OpenURLOffTheRecord(
|
| browser()->profile(),
|
| GURL("chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/index.html"));
|
| ASSERT_TRUE(content::ExecuteScriptAndExtractString(
|
| @@ -103,7 +103,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionIconSourceTest, MAYBE_IconsLoadedIncognito) {
|
|
|
| // Verify that the an extension can't load chrome://extension-icon icons
|
| // without the management permission.
|
| - ui_test_utils::OpenURLOffTheRecord(
|
| + OpenURLOffTheRecord(
|
| browser()->profile(),
|
| GURL("chrome-extension://apocjbpjpkghdepdngjlknfpmabcmlao/index.html"));
|
| ASSERT_TRUE(content::ExecuteScriptAndExtractString(
|
|
|