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

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.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: remove use of GetActiveDesktop() 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/docs/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index 194cf0e122fbdacf953b27f528d65e70afcef2df..2faa5f645d102cbce145b5d3c1bcff7ddcb86c87 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -21,6 +21,10 @@
"example": {},
"level": "only_one"
},
+ "chrome_settings_overrides": {
+ "documentation": "settings_override.html",
+ "example": {}
+ },
"chrome_url_overrides": {
"documentation": "override.html",
"example": {}

Powered by Google App Engine
This is Rietveld 408576698