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

Unified Diff: ppapi/proxy/pdf_resource.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/cpp/private/pdf.cc ('k') | ppapi/proxy/pdf_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/pdf_resource.h
diff --git a/ppapi/proxy/pdf_resource.h b/ppapi/proxy/pdf_resource.h
index c701f8a9c97ca63d112a88906eacb6a2c23b61e6..253f6198607264021ca28d925b69b5a8d71458b9 100644
--- a/ppapi/proxy/pdf_resource.h
+++ b/ppapi/proxy/pdf_resource.h
@@ -35,7 +35,6 @@ class PPAPI_PROXY_EXPORT PDFResource
thunk::PPB_PDF_API* AsPPB_PDF_API() override;
// PPB_PDF_API implementation.
- PP_Var GetLocalizedString(PP_ResourceString string_id) override;
void SearchString(const unsigned short* input_string,
const unsigned short* input_term,
bool case_sensitive,
« no previous file with comments | « ppapi/cpp/private/pdf.cc ('k') | ppapi/proxy/pdf_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698