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

Unified Diff: chrome/browser/resources/pdf/manifest-common.json.unflattened

Issue 806633003: Implement basic toolbar with Material Design and loading progress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement Raymes' suggestions Created 5 years, 11 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/pdf/manifest-common.json.unflattened
diff --git a/chrome/browser/resources/pdf/manifest-common.json.unflattened b/chrome/browser/resources/pdf/manifest-common.json.unflattened
index a2033143ab3441199096ddd506f1a7699ea9b43b..2598f4f04817b03fd926324038afbc2680a77732 100644
--- a/chrome/browser/resources/pdf/manifest-common.json.unflattened
+++ b/chrome/browser/resources/pdf/manifest-common.json.unflattened
@@ -23,12 +23,12 @@
"application/pdf"
],
"content_security_policy": "script-src 'self' chrome://resources; object-src *; plugin-types application/x-google-chrome-pdf",
- // This is to work-around an issue where this extension is not granted
- // permission to access chrome://resources when iframed for print preview.
- // See https://crbug.com/444752.
- "content_scripts": [
- {
- "matches": ["chrome://print/*"],
- "js": ["content_script.js"]
- }
+ // This is to work-around an issue where this extension is not granted
+ // permission to access chrome://resources when iframed for print preview.
+ // See https://crbug.com/444752.
+ "content_scripts": [
+ {
+ "matches": ["chrome://print/*"],
+ "js": ["content_script.js"]
+ }
raymes 2015/01/13 05:27:27 There are whitespace changes here still.
Alexandre Carlton 2015/01/13 06:22:41 Done.
]

Powered by Google App Engine
This is Rietveld 408576698