| 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",
|
|
|