summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_tab_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/printing/print_preview_tab_controller.h')
-rw-r--r--chrome/browser/printing/print_preview_tab_controller.h4
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_;