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

Unified Diff: chrome/browser/printing/print_preview_dialog_controller.h

Issue 2108833002: Remove Simplify Page option from Print Preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark histogram entries as unused Created 4 years, 6 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
Index: chrome/browser/printing/print_preview_dialog_controller.h
diff --git a/chrome/browser/printing/print_preview_dialog_controller.h b/chrome/browser/printing/print_preview_dialog_controller.h
index d13158371d8c10e67a0d232437989e1eba0ab6b4..c89954e5628a6c9c22de206ea17b3c4fd1a3e901 100644
--- a/chrome/browser/printing/print_preview_dialog_controller.h
+++ b/chrome/browser/printing/print_preview_dialog_controller.h
@@ -79,15 +79,6 @@ class PrintPreviewDialogController
return is_creating_print_preview_dialog_;
}
- void AddProxyDialogForWebContents(content::WebContents* source,
- content::WebContents* target);
-
- void RemoveProxyDialogForWebContents(content::WebContents* source);
-
- // Returns |source|'s |target| if it's a proxy, otherwise returns |source|.
- content::WebContents* GetProxyDialogTarget(
- content::WebContents* source) const;
-
private:
friend class base::RefCounted<PrintPreviewDialogController>;
@@ -131,8 +122,6 @@ class PrintPreviewDialogController
// Mapping between print preview dialog and the corresponding initiator.
PrintPreviewDialogMap preview_dialog_map_;
- PrintPreviewDialogMap proxied_dialog_map_;
-
// A registrar for listening to notifications.
content::NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/dom_distiller/profile_utils.cc ('k') | chrome/browser/printing/print_preview_dialog_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698