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

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

Issue 2672463003: Remove dead code since PDFWebContentsHelper::ShowOpenInReaderPrompt isn't called anymore. (Closed)
Patch Set: Created 3 years, 11 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/browser/pdf_web_contents_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/browser/pdf_web_contents_helper_client.h
diff --git a/components/pdf/browser/pdf_web_contents_helper_client.h b/components/pdf/browser/pdf_web_contents_helper_client.h
index eb983bf4f5dd83d39c11a70ebf9fcdc6cc12cb5c..9a6ae89eea649861ca023d2d175b3fe0b9772345 100644
--- a/components/pdf/browser/pdf_web_contents_helper_client.h
+++ b/components/pdf/browser/pdf_web_contents_helper_client.h
@@ -19,8 +19,6 @@ class PDFWebContentsHelperClient {
public:
virtual ~PDFWebContentsHelperClient() {}
- virtual void UpdateLocationBar(content::WebContents* contents) = 0;
-
virtual void UpdateContentRestrictions(content::WebContents* contents,
int content_restrictions) = 0;
« no previous file with comments | « components/pdf/browser/pdf_web_contents_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698