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

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

Issue 1997016: Set the job name for the print job on the Mac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | chrome/browser/printing/print_job_worker.cc » ('j') | gfx/native_widget_types.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_job_worker.h
===================================================================
--- chrome/browser/printing/print_job_worker.h (revision 47035)
+++ chrome/browser/printing/print_job_worker.h (working copy)
@@ -34,7 +34,7 @@
// Initializes the print settings. If |ask_user_for_settings| is true, a
// Print... dialog box will be shown to ask the user his preference.
void GetSettings(bool ask_user_for_settings,
- gfx::NativeWindow parent_window,
+ gfx::NativeView parent_view,
int document_page_count,
bool has_selection,
bool use_overlays);
@@ -83,7 +83,7 @@
#if defined(OS_MACOSX)
// Asks the user for print settings. Must be called on the UI thread.
// Mac-only since Windows can display UI from non-main threads.
- void GetSettingsWithUI(gfx::NativeWindow parent_window,
+ void GetSettingsWithUI(gfx::NativeView parent_view,
int document_page_count,
bool has_selection);
#endif
« no previous file with comments | « no previous file | chrome/browser/printing/print_job_worker.cc » ('j') | gfx/native_widget_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698