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

Unified Diff: printing/printing_context_system_dialog_win.h

Issue 932543003: Remove unused code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Feb 23 10:34:33 PST 2015 Created 5 years, 10 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 | « printing/printing_context.cc ('k') | printing/printing_context_system_dialog_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_system_dialog_win.h
diff --git a/printing/printing_context_system_dialog_win.h b/printing/printing_context_system_dialog_win.h
index 216cdd3e6fa3c43be3798601562aee9ad85a7e52..5e11aa5dbc8853260b83d6f44027520709178f88 100644
--- a/printing/printing_context_system_dialog_win.h
+++ b/printing/printing_context_system_dialog_win.h
@@ -27,7 +27,6 @@ class PRINTING_EXPORT PrintingContextSytemDialogWin
bool has_selection,
bool is_scripted,
const PrintSettingsCallback& callback) override;
- virtual void Cancel() override;
private:
friend class MockPrintingContextWin;
@@ -46,9 +45,6 @@ class PRINTING_EXPORT PrintingContextSytemDialogWin
Result ParseDialogResultEx(const PRINTDLGEX& dialog_options);
Result ParseDialogResult(const PRINTDLG& dialog_options);
- // The dialog box for the time it is shown.
- volatile HWND dialog_box_;
-
DISALLOW_COPY_AND_ASSIGN(PrintingContextSytemDialogWin);
};
« no previous file with comments | « printing/printing_context.cc ('k') | printing/printing_context_system_dialog_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698