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

Unified Diff: chrome/browser/resources/apps_debugger/manifest.json

Issue 11428116: First few API implementation of AppsDebuggerPrivate. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing build on windows Created 8 years 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/browser/resources/apps_debugger/manifest.json
diff --git a/chrome/browser/resources/apps_debugger/manifest.json b/chrome/browser/resources/apps_debugger/manifest.json
index b75268ea910400156fa2f53f35cbd622f965a7f6..50a5c08e139aa1fbfa2fd066fefd26235e0f8f30 100644
--- a/chrome/browser/resources/apps_debugger/manifest.json
+++ b/chrome/browser/resources/apps_debugger/manifest.json
@@ -9,7 +9,7 @@
"scripts": ["background.js"]
}
},
- "permissions": ["notifications"],
+ "permissions": ["notifications", "developerPrivate"],
"icons": {
"16": "images/dev-icon-16.png",
"128": "images/dev-icon-128.png"

Powered by Google App Engine
This is Rietveld 408576698