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

Unified Diff: chrome/common/extensions/api/manifest_types.json

Issue 143493005: Allow extensions to remove and override the bookmark shortcut key (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update mac test fix Created 6 years, 10 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/common/extensions/api/manifest_types.json
diff --git a/chrome/common/extensions/api/manifest_types.json b/chrome/common/extensions/api/manifest_types.json
index 7f8f3af6f704014acf24ceacc02063a915a32f80..de18f164b0cd621e2905c6785058b8715fb75d77 100644
--- a/chrome/common/extensions/api/manifest_types.json
+++ b/chrome/common/extensions/api/manifest_types.json
@@ -53,6 +53,11 @@
"description": "If <code>true</code>, the built-in bookmark button will be removed from the user interface.",
"optional": true
},
+ "remove_bookmark_shortcut": {
+ "type": "boolean",
+ "description": "If <code>true</code>, the built-in \"Bookmark this page...\" shortcut key is removed and the extension is permitted to override the shortcut by binding it in the commands section of the manifest.",
+ "optional": true
+ },
// TODO(wittman): Remove for M36.
"hide_bookmark_button": {
"type": "boolean",

Powered by Google App Engine
This is Rietveld 408576698