Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2949)

Unified Diff: chrome/browser/printing/print_preview_tab_controller.h

Issue 10829463: Print preview: Handle all tab navigations in PrintPreviewTabController instead of in two places. Ha… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/printing/print_preview_tab_controller.h
===================================================================
--- chrome/browser/printing/print_preview_tab_controller.h (revision 152498)
+++ chrome/browser/printing/print_preview_tab_controller.h (working copy)
@@ -104,7 +104,7 @@
void RemoveObservers(TabContents* tab);
// Removes tabs when they close/crash/navigate.
- void RemoveInitiatorTab(TabContents* initiator_tab, bool is_navigation);
+ void RemoveInitiatorTab(TabContents* initiator_tab);
void RemovePreviewTab(TabContents* preview_tab);
// Mapping between print preview tab and the corresponding initiator tab.

Powered by Google App Engine
This is Rietveld 408576698