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

Unified Diff: chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json

Issue 183883033: Move bookmarks_ui manifest key from chrome_settings_overrides to chrome_ui_overrides (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/keybinding/overwrite_bookmark_shortcut/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json b/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json
index fd9f0cac9ba102b7307c45c0504cd2a33b2542a0..b50790288337afabffeaf5a29122e394544c9adc 100644
--- a/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json
+++ b/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json
@@ -6,7 +6,7 @@
"scripts": ["background.js"]
},
"permissions": ["activeTab"],
- "chrome_settings_overrides": {
+ "chrome_ui_overrides": {
"bookmarks_ui": {
"remove_bookmark_shortcut": true
}
« no previous file with comments | « chrome/common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698