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

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

Issue 2225933002: Suppress ToS and reflect admin policy in ARC++ welcome screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OS_CHROMEOS checks Created 4 years, 4 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 | « chrome/browser/resources/chromeos/arc_support/main.html ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/arc_support/manifest.json
diff --git a/chrome/browser/resources/chromeos/arc_support/manifest.json b/chrome/browser/resources/chromeos/arc_support/manifest.json
index a925c9e597c5d14ebd15fe9736970a4bea0fefa7..5762c8482dd5d82983f44332e9c116fa520879a4 100644
--- a/chrome/browser/resources/chromeos/arc_support/manifest.json
+++ b/chrome/browser/resources/chromeos/arc_support/manifest.json
@@ -3,7 +3,7 @@
"background": {
"scripts": [ "background.js" ]
},
- "content_security_policy": "default-src 'self'; style-src 'self' chrome://resources/ 'unsafe-inline'; font-src 'self' chrome://resources/; img-src 'self'; script-src chrome://resources/ 'self'"
+ "content_security_policy": "default-src 'self'; style-src 'self' chrome://resources/ 'unsafe-inline'; font-src 'self' chrome://resources/; img-src 'self' data:; script-src chrome://resources/ 'self'"
},
"description": "Play Store",
"display_in_launcher": false,
@@ -19,4 +19,4 @@
"nativeMessaging",
"chrome://resources/" ],
"version": "0.2.0.0"
-}
+}
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.html ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698