diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 00:09:08 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 00:09:08 +0000 |
commit | 4bfb079194cc72f5767910a9452baf4ed2c7a4d8 (patch) | |
tree | 3d3cf962bd5aa750050a2dc8af1bc2fd6d62eef5 /chrome/browser/printing/print_view_manager.h | |
parent | 78c4c4239c99f188dc63377cfc889876be65ee73 (diff) | |
download | chromium_src-4bfb079194cc72f5767910a9452baf4ed2c7a4d8.zip chromium_src-4bfb079194cc72f5767910a9452baf4ed2c7a4d8.tar.gz chromium_src-4bfb079194cc72f5767910a9452baf4ed2c7a4d8.tar.bz2 |
Remove dead code - PrintViewManager::PrintNowInternal.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3588014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61890 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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h index 8f4b6a7..cee7382 100644 --- a/chrome/browser/printing/print_view_manager.h +++ b/chrome/browser/printing/print_view_manager.h @@ -90,12 +90,6 @@ class PrintViewManager : public NotificationObserver, // no print job has been created. void ReleasePrintJob(); - // Prints the document. Starts the actual print job. Requests asynchronously - // the renderered pages from the renderer. Is called once the printing context - // is initialized, on a DEFAULT_INIT_DONE notification when waiting_to_print_ - // is true. - void PrintNowInternal(); - // Runs an inner message loop. It will set inside_inner_message_loop_ to true // while the blocking inner message loop is running. This is useful in cases // where the RenderView is about to be destroyed while a printing job isn't |