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

Unified Diff: chrome/test/data/extensions/api_test/runtime/open_options_page/manifest.json

Issue 1005673002: Make UI or API driven extension options navigations refocus any existing options page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test Created 5 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/api_test/runtime/open_options_page/manifest.json
diff --git a/chrome/test/data/extensions/api_test/runtime/open_options_page/manifest.json b/chrome/test/data/extensions/api_test/runtime/open_options_page/manifest.json
index ea13b2b7e54338c38a6bc3dc0a2056f867584db5..81f6f547029799cce29a4b3270ce9be1752c4306 100644
--- a/chrome/test/data/extensions/api_test/runtime/open_options_page/manifest.json
+++ b/chrome/test/data/extensions/api_test/runtime/open_options_page/manifest.json
@@ -8,5 +8,6 @@
},
"options_ui": {
"page": "options.html"
- }
+ },
+ "permissions": ["tabs"]
}

Powered by Google App Engine
This is Rietveld 408576698