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

Unified Diff: chrome/common/extensions/docs/templates/json/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: 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/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 2faa5f645d102cbce145b5d3c1bcff7ddcb86c87..0e0d4adfff0dbe194906dcf92566b89d555f8b70 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -25,6 +25,10 @@
"documentation": "settings_override.html",
"example": {}
},
+ "chrome_ui_overrides": {
+ "documentation": "ui_override.html",
+ "example": {}
+ },
"chrome_url_overrides": {
"documentation": "override.html",
"example": {}

Powered by Google App Engine
This is Rietveld 408576698