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

Unified Diff: components/pdf/browser/pdf_web_contents_helper.h

Issue 1125113002: Remove the unused parts of PPB_PDF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-delete-pdf
Patch Set: Created 5 years, 7 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 | « components/pdf.gypi ('k') | components/pdf/browser/pdf_web_contents_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/browser/pdf_web_contents_helper.h
diff --git a/components/pdf/browser/pdf_web_contents_helper.h b/components/pdf/browser/pdf_web_contents_helper.h
index 73f845398fb7bfc75d53dbd8a2a6c7a2b866ec63..8d805f05178ec5262ddc825a778a10e48b3870a1 100644
--- a/components/pdf/browser/pdf_web_contents_helper.h
+++ b/components/pdf/browser/pdf_web_contents_helper.h
@@ -51,16 +51,11 @@ class PDFWebContentsHelper
// Internal helpers ----------------------------------------------------------
void UpdateLocationBar();
- void OnModalPromptForPasswordClosed(IPC::Message* reply_message,
- bool success,
- const base::string16& actual_value);
// Message handlers.
void OnHasUnsupportedFeature();
void OnSaveURLAs(const GURL& url, const content::Referrer& referrer);
void OnUpdateContentRestrictions(int content_restrictions);
- void OnModalPromptForPassword(const std::string& prompt,
- IPC::Message* reply_message);
// The model for the confirmation prompt to open a PDF in Adobe Reader.
scoped_ptr<OpenPDFInReaderPromptClient> open_in_reader_prompt_;
« no previous file with comments | « components/pdf.gypi ('k') | components/pdf/browser/pdf_web_contents_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698