Index: chrome/browser/printing/print_preview_tab_controller.h |
=================================================================== |
--- chrome/browser/printing/print_preview_tab_controller.h (revision 110055) |
+++ chrome/browser/printing/print_preview_tab_controller.h (working copy) |
@@ -104,6 +104,10 @@ |
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_; |