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

Unified Diff: ppapi/thunk/ppb_pdf_api.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/tests/test_pdf.cc ('k') | ppapi/thunk/ppb_pdf_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_pdf_api.h
diff --git a/ppapi/thunk/ppb_pdf_api.h b/ppapi/thunk/ppb_pdf_api.h
index 7ffaf545eb708d69d149ac332fe4f1d51aed7d10..928c8cdc9fe0966c63b4280d4b5e9667f58987c3 100644
--- a/ppapi/thunk/ppb_pdf_api.h
+++ b/ppapi/thunk/ppb_pdf_api.h
@@ -13,7 +13,6 @@ namespace thunk {
class PPB_PDF_API {
public:
- virtual PP_Var GetLocalizedString(PP_ResourceString string_id) = 0;
virtual void SearchString(const unsigned short* input_string,
const unsigned short* input_term,
bool case_sensitive,
« no previous file with comments | « ppapi/tests/test_pdf.cc ('k') | ppapi/thunk/ppb_pdf_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698