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

Unified Diff: chrome/browser/ui/webui/print_preview_handler.h

Issue 8136027: Print Preview: Make print preview tab modal. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase, more fixes Created 9 years, 2 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/ui/webui/print_preview_handler.h
===================================================================
--- chrome/browser/ui/webui/print_preview_handler.h (revision 105275)
+++ chrome/browser/ui/webui/print_preview_handler.h (working copy)
@@ -118,10 +118,6 @@
// |args| is unused.
void HandleManageCloudPrint(const base::ListValue* args);
- // Reloads the initiator tab and closes the associated preview tab. |args| is
- // unused.
- void HandleReloadCrashedInitiatorTab(const base::ListValue* args);
-
// Asks the browser to show the native printer management dialog.
// |args| is unused.
void HandleManagePrinters(const base::ListValue* args);
@@ -129,9 +125,6 @@
// Asks the browser to show the cloud print dialog.
void HandlePrintWithCloudPrint();
- // Asks the browser to close the preview tab. |args| is unused.
- void HandleClosePreviewTab(const base::ListValue* args);
-
// Asks the browser for the title of the initiator tab.
// |args| is unused.
void HandleGetInitiatorTabTitle(const base::ListValue* args);
@@ -157,18 +150,12 @@
// Gets the initiator tab for the print preview tab.
TabContentsWrapper* GetInitiatorTab() const;
- // Closes the print preview tab.
- void ClosePrintPreviewTab();
-
// Activates the initiator tab and close the preview tab.
void ActivateInitiatorTabAndClosePreviewTab();
// Adds all the recorded stats taken so far to histogram counts.
void ReportStats();
- // Hides the preview tab for printing.
- void HidePreviewTab();
-
// Clears initiator tab details for this preview tab.
void ClearInitiatorTabDetails();

Powered by Google App Engine
This is Rietveld 408576698