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

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

Issue 1329213002: PDF: Use chrome.resourcesPrivate instead of Pepper to display translated strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i18n_api
Patch Set: Created 5 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/pdf/manifest.json
diff --git a/chrome/browser/resources/pdf/manifest.json b/chrome/browser/resources/pdf/manifest.json
index 8c44ec21b43756064f1c5a3bbdcf819e5ee551ad..4afab9a1d37012e2d750a3d7e14355330e2f3f16 100644
--- a/chrome/browser/resources/pdf/manifest.json
+++ b/chrome/browser/resources/pdf/manifest.json
@@ -8,7 +8,8 @@
"offline_enabled": true,
"incognito": "split",
"permissions": [
- "<all_urls>"
+ "<all_urls>",
+ "i18nPrivate"
],
"mime_types": [
"application/pdf"

Powered by Google App Engine
This is Rietveld 408576698