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

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

Issue 10535045: TabContentsWrapper -> TabContents, for printing code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/print_preview_handler.h
===================================================================
--- chrome/browser/ui/webui/print_preview/print_preview_handler.h (revision 140896)
+++ chrome/browser/ui/webui/print_preview/print_preview_handler.h (working copy)
@@ -21,7 +21,6 @@
class FilePath;
class PrintSystemTaskProxy;
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace base {
class DictionaryValue;
@@ -82,8 +81,8 @@
FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
GetLastUsedMarginSettingsDefault);
- TabContentsWrapper* preview_tab_wrapper() const;
- content::WebContents* preview_tab() const;
+ TabContents* preview_tab_contents() const;
+ content::WebContents* preview_web_contents() const;
// Gets the list of printers. |args| is unused.
void HandleGetPrinters(const base::ListValue* args);
@@ -168,7 +167,7 @@
std::string print_ticket);
// Gets the initiator tab for the print preview tab.
- TabContentsWrapper* GetInitiatorTab() const;
+ TabContents* GetInitiatorTab() const;
// Activates the initiator tab and close the preview tab.
void ActivateInitiatorTabAndClosePreviewTab();
« no previous file with comments | « chrome/browser/printing/printing_layout_browsertest.cc ('k') | chrome/browser/ui/webui/print_preview/print_preview_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698