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

Unified Diff: chrome/test/data/extensions/options_page_in_view/manifest.json

Issue 1805013005: [Extensions] Allow overriding a nested options page for opening a new instance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing files Created 4 years, 9 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/options_page_in_view/manifest.json
diff --git a/chrome/test/data/extensions/options_page/manifest.json b/chrome/test/data/extensions/options_page_in_view/manifest.json
similarity index 71%
copy from chrome/test/data/extensions/options_page/manifest.json
copy to chrome/test/data/extensions/options_page_in_view/manifest.json
index 27d7bd770736acb8e0fe61d8ecec74d485f3bf06..1331309f6e9027cd2d6f378c611851c049d6a403 100644
--- a/chrome/test/data/extensions/options_page/manifest.json
+++ b/chrome/test/data/extensions/options_page_in_view/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Extension With Options Page",
"description": "An extension with an options page and an extra page",
- "options_ui": { "page": "options.html", "open_in_tab": true },
+ "options_ui": { "page": "options.html", "open_in_tab": false },
"version": "0.1.1",
"manifest_version": 2
}

Powered by Google App Engine
This is Rietveld 408576698