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

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

Issue 10909230: Fixed new promo banner showing condition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/resources/file_manager/manifest.json
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json
index 3f9e2b24f974ef846fa4145d96e21b663075053a..2bd2b5b92bfd406dae22fb4c2a9b5b1193138e35 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/chrome/browser/resources/file_manager/manifest.json
@@ -20,9 +20,10 @@
"tabs",
"clipboardWrite",
"clipboardRead",
- "https://*.googleusercontent.com/"
+ "https://*.googleusercontent.com/",
+ "https://drive.google.com/"
Vladislav Kaznacheev 2012/09/14 12:18:45 Do we need this url added in 2 places?
SeRya 2012/09/14 14:36:23 It looks like we do. CSP and permissions give diff
],
- "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' about:; img-src 'self' chrome://resources data: https://docs.google.com https://*.googleusercontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent.com;",
+ "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' about:; img-src 'self' chrome://resources data: https://docs.google.com https://*.googleusercontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent.com; connect-src https://drive.google.com",
"app": {
"launch": {
"container": "panel",

Powered by Google App Engine
This is Rietveld 408576698