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

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

Issue 9969208: TabContents -> WebContentsImpl, part 20. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/browser/printing/print_job.h ('k') | chrome/browser/printing/print_preview_tab_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_preview_message_handler.h
diff --git a/chrome/browser/printing/print_preview_message_handler.h b/chrome/browser/printing/print_preview_message_handler.h
index 4e23e12c6ffe73229178a0694c36e83f396db99f..b4773ede0704be1c81ad330a9536cd9a1623ff28 100644
--- a/chrome/browser/printing/print_preview_message_handler.h
+++ b/chrome/browser/printing/print_preview_message_handler.h
@@ -23,9 +23,9 @@ namespace printing {
struct PageSizeMargins;
-// TabContents offloads print preview message handling to
+// TabContentsWrapper offloads print preview message handling to
// PrintPreviewMessageHandler. This object has the same life time as the
-// TabContents that owns it.
+// TabContentsWrapper that owns it.
class PrintPreviewMessageHandler : public content::WebContentsObserver {
public:
explicit PrintPreviewMessageHandler(content::WebContents* web_contents);
« no previous file with comments | « chrome/browser/printing/print_job.h ('k') | chrome/browser/printing/print_preview_tab_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698