diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-20 22:05:12 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-20 22:05:12 +0000 |
commit | e69bce3dd3e31039bc1072ae2aa63485d094ecd0 (patch) | |
tree | 7767051d7c655a481664596160aace7eb59fd419 /chrome/browser/printing | |
parent | 77bc673bf31c32bfdcb1bf139c3a58eace23e3ea (diff) | |
download | chromium_src-e69bce3dd3e31039bc1072ae2aa63485d094ecd0.zip chromium_src-e69bce3dd3e31039bc1072ae2aa63485d094ecd0.tar.gz chromium_src-e69bce3dd3e31039bc1072ae2aa63485d094ecd0.tar.bz2 |
Rename WebContentsView* to TabContentsView* in preparation for merging
TabContents and WebContents.
This also removes the Destroy method from the print manager's header file. I
removed the impl in a previous change but forgot the header.
Review URL: http://codereview.chromium.org/90004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing')
-rw-r--r-- | chrome/browser/printing/print_view_manager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h index 698c714..918b99b 100644 --- a/chrome/browser/printing/print_view_manager.h +++ b/chrome/browser/printing/print_view_manager.h @@ -27,10 +27,6 @@ class PrintViewManager : public NotificationObserver, PrintViewManager(WebContents& owner); virtual ~PrintViewManager(); - // Destroys the "Print..." dialog, makes sure the pages are finished rendering - // and release the print job. - void Destroy(); - // Cancels the print job. void Stop(); |