diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 00:13:52 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 00:13:52 +0000 |
commit | 789125a154a972deb76967014e5022f5989be9e1 (patch) | |
tree | 35493bf8f8414294f829fe3210569010b6af119d /chrome/browser/printing/print_view_manager.h | |
parent | e05c2bfbe755499514ad252234f83e98e09721b2 (diff) | |
download | chromium_src-789125a154a972deb76967014e5022f5989be9e1.zip chromium_src-789125a154a972deb76967014e5022f5989be9e1.tar.gz chromium_src-789125a154a972deb76967014e5022f5989be9e1.tar.bz2 |
Printing selection from context menu.
BUG=83098
Review URL: https://chromiumcodereview.appspot.com/12177009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/print_view_manager.h')
-rw-r--r-- | chrome/browser/printing/print_view_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h index 016eb57..301c6ac 100644 --- a/chrome/browser/printing/print_view_manager.h +++ b/chrome/browser/printing/print_view_manager.h @@ -59,7 +59,7 @@ class PrintViewManager : public content::NotificationObserver, // renderer. Since this happens asynchronous, the print preview dialog // creation will not be completed on the return of this function. Returns // false if print preview is impossible at the moment. - bool PrintPreviewNow(); + bool PrintPreviewNow(bool selection_only); // Notify PrintViewManager that print preview is starting in the renderer for // a particular WebNode. |