Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1849)

Unified Diff: chrome/browser/extensions/extension_webui_apitest.cc

Issue 471053003: Allow links inside <extensionoptions> to be opened in new tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run formatter and make the WebUI test also use LoadExtension Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/guest_view/extension_options/extension_options_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_webui_apitest.cc
diff --git a/chrome/browser/extensions/extension_webui_apitest.cc b/chrome/browser/extensions/extension_webui_apitest.cc
index f0bc2c740e847213c4fad566a5f54bdfe152d37d..fafaa59a9bce1938510343ec1abf6b194cf00a7e 100644
--- a/chrome/browser/extensions/extension_webui_apitest.cc
+++ b/chrome/browser/extensions/extension_webui_apitest.cc
@@ -210,9 +210,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebUITest, CanEmbedExtensionOptions) {
scoped_ptr<ExtensionTestMessageListener> listener(
new ExtensionTestMessageListener("ready", true));
- const Extension* extension = InstallExtension(
- test_data_dir_.AppendASCII("extension_options").AppendASCII("embed_self"),
- 1);
+ const Extension* extension =
+ LoadExtension(test_data_dir_.AppendASCII("extension_options")
+ .AppendASCII("embed_self"));
ASSERT_TRUE(extension);
ASSERT_TRUE(RunTestOnExtensionsFrame("can_embed_extension_options.js"));
« no previous file with comments | « no previous file | chrome/browser/guest_view/extension_options/extension_options_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698