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

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

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: rebase 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 | « chrome/browser/resources/pdf/main.js ('k') | chrome/browser/resources/pdf/pdf.js » ('j') | 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 a2033143ab3441199096ddd506f1a7699ea9b43b..1f7eb2d32c38f4c1816da334c0b141544713d692 100644
--- a/chrome/browser/resources/pdf/manifest-common.json.unflattened
+++ b/chrome/browser/resources/pdf/manifest-common.json.unflattened
@@ -11,14 +11,8 @@
"ftp://*/",
"http://*/",
"https://*/",
- "chrome://*/",
- "streamsPrivate"
+ "chrome://*/"
],
- "background": {
- "scripts": ["background.js"],
- "transient": true,
- "persistent": false
- },
"mime_types": [
"application/pdf"
],
« no previous file with comments | « chrome/browser/resources/pdf/main.js ('k') | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698