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

Unified Diff: printing/print_settings_initializer_gtk.h

Issue 47823002: De-duplicate job_settings parsing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Noam's comments Created 7 years, 2 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/print_settings_initializer.cc ('k') | printing/print_settings_initializer_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings_initializer_gtk.h
diff --git a/printing/print_settings_initializer_gtk.h b/printing/print_settings_initializer_gtk.h
index 5807500d9a0c54bc88096ff091419a0faadc7835..828c34d12907a3dc832d729ad9c744cf23aa9bf8 100644
--- a/printing/print_settings_initializer_gtk.h
+++ b/printing/print_settings_initializer_gtk.h
@@ -20,8 +20,6 @@ class PRINTING_EXPORT PrintSettingsInitializerGtk {
public:
static void InitPrintSettings(GtkPrintSettings* settings,
GtkPageSetup* page_setup,
- const PageRanges& new_ranges,
- bool print_selection_only,
PrintSettings* print_settings);
// The default margins, in points. These values are based on 72 dpi,
« no previous file with comments | « printing/print_settings_initializer.cc ('k') | printing/print_settings_initializer_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698