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

Unified Diff: chrome/browser/resources/chromeos/demo_app/manifest.json

Issue 2340243002: Allow demo app to access chromeosInfoPrivate API. (Closed)
Patch Set: Format and sort. Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/demo_app/manifest.json
diff --git a/chrome/browser/resources/chromeos/demo_app/manifest.json b/chrome/browser/resources/chromeos/demo_app/manifest.json
index ddb31665d39a3b54c831bd8b79235f5d98a151a7..39cec111571c1ef41903996ae281e233abb73591 100644
--- a/chrome/browser/resources/chromeos/demo_app/manifest.json
+++ b/chrome/browser/resources/chromeos/demo_app/manifest.json
@@ -5,7 +5,13 @@
"version": "1.0",
"manifest_version": 2,
"description": "ChromeOS Demo App",
- "permissions": ["power", "idle", "videoCapture", "fullscreen"],
+ "permissions": [
+ "chromeosInfoPrivate",
+ "fullscreen",
+ "idle",
+ "power",
+ "videoCapture"
+ ],
"default_locale": "en",
"app": {
"background": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698