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

Unified Diff: chrome/common/extensions/api/resources_private.idl

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/common/extensions/api/resources_private.idl
diff --git a/chrome/common/extensions/api/resources_private.idl b/chrome/common/extensions/api/resources_private.idl
index 10177afc2def9409f3a6ba9265917bb6daf29dc7..836b366d0e6b20aac055c9d8f3a597a4e7a2c9cd 100644
--- a/chrome/common/extensions/api/resources_private.idl
+++ b/chrome/common/extensions/api/resources_private.idl
@@ -4,7 +4,7 @@
// resourcesPrivate.
namespace resourcesPrivate {
- enum Component { identity };
+ enum Component { identity, pdf };
callback GetStringsCallback = void (object result);

Powered by Google App Engine
This is Rietveld 408576698