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

Unified Diff: ppapi/cpp/private/pdf.h

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: Remove test cases 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
« no previous file with comments | « ppapi/c/private/ppb_pdf.h ('k') | ppapi/cpp/private/pdf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/pdf.h
diff --git a/ppapi/cpp/private/pdf.h b/ppapi/cpp/private/pdf.h
index 48ba668e3f9acd275391f2359488657258feb3ec..7e772709bef4543cea8fcb377927acea85c6e24f 100644
--- a/ppapi/cpp/private/pdf.h
+++ b/ppapi/cpp/private/pdf.h
@@ -22,8 +22,6 @@ class PDF {
// Returns true if the required interface is available.
static bool IsAvailable();
- static Var GetLocalizedString(const InstanceHandle& instance,
- PP_ResourceString string_id);
static PP_Resource GetFontFileWithFallback(
const InstanceHandle& instance,
const PP_BrowserFont_Trusted_Description* description,
« no previous file with comments | « ppapi/c/private/ppb_pdf.h ('k') | ppapi/cpp/private/pdf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698