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

Unified Diff: chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json

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
Index: chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json
diff --git a/chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json b/chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json
index ad9e2d0f6387a565349c6bbdda996f4bbe175600..c624dffce088a4d13077cc60145f6490e43bb825 100644
--- a/chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json
+++ b/chrome/test/data/extensions/api_test/extension_options/embed_self/manifest.json
@@ -6,6 +6,7 @@
"description": "Tests if extensions can embed their own options pages using <extensionoptions>",
"permissions": [
"embeddedExtensionOptions",
- "storage"
+ "storage",
+ "tabs"
]
}

Powered by Google App Engine
This is Rietveld 408576698