diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 09:12:03 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 09:12:03 +0000 |
commit | c2e71d2e86657cad334fb2d778c3756878d1359b (patch) | |
tree | eb1e22e064c20618780a6afedbe333d52862a724 /chrome/browser/printing/print_preview_tab_controller.h | |
parent | 29cd97871e733952ab4e05b5d9d7ea79d3a339d9 (diff) | |
download | chromium_src-c2e71d2e86657cad334fb2d778c3756878d1359b.zip chromium_src-c2e71d2e86657cad334fb2d778c3756878d1359b.tar.gz chromium_src-c2e71d2e86657cad334fb2d778c3756878d1359b.tar.bz2 |
Revert 110056 - Print Preview: Make print preview tab modal.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8136027
TBR=thestig@chromium.org
Review URL: http://codereview.chromium.org/8564044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/print_preview_tab_controller.h')
-rw-r--r-- | chrome/browser/printing/print_preview_tab_controller.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/printing/print_preview_tab_controller.h b/chrome/browser/printing/print_preview_tab_controller.h index 5df2144..ad21fbd 100644 --- a/chrome/browser/printing/print_preview_tab_controller.h +++ b/chrome/browser/printing/print_preview_tab_controller.h @@ -104,10 +104,6 @@ class PrintPreviewTabController void AddObservers(TabContentsWrapper* tab); void RemoveObservers(TabContentsWrapper* tab); - // Removes tabs when they close/crash/navigate. - void RemoveInitiatorTab(TabContentsWrapper* initiator_tab); - void RemovePreviewTab(TabContentsWrapper* preview_tab); - // Mapping between print preview tab and the corresponding initiator tab. PrintPreviewTabMap preview_tab_map_; |