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

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

Issue 880773002: OOP PDF: Set the pdf extension URL permissions to <all_urls>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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/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 1f7eb2d32c38f4c1816da334c0b141544713d692..25354b675e7faac63b505d68a3725ef3c078f59f 100644
--- a/chrome/browser/resources/pdf/manifest-common.json.unflattened
+++ b/chrome/browser/resources/pdf/manifest-common.json.unflattened
@@ -7,11 +7,7 @@
"offline_enabled": true,
"incognito": "split",
"permissions": [
- "file://*/",
- "ftp://*/",
- "http://*/",
- "https://*/",
- "chrome://*/"
+ "<all_urls>"
],
"mime_types": [
"application/pdf"
« 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