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

Unified Diff: chrome/browser/printing/print_view_manager.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
Index: chrome/browser/printing/print_view_manager.h
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
index 245b6f4c335b379ab18f0c8d74205be1cfda19a1..1a6a5301d2d792cba8fed4df85944c1505599505 100644
--- a/chrome/browser/printing/print_view_manager.h
+++ b/chrome/browser/printing/print_view_manager.h
@@ -27,8 +27,9 @@ class PrintJob;
class PrintJobWorkerOwner;
class PrintViewManagerObserver;
-// Manages the print commands in relation to a TabContents. TabContents
-// delegates a few printing related commands to this instance.
+// Manages the print commands in relation to a TabContentsWrapper.
+// TabContentsWrapper delegates a few printing related commands to this
+// instance.
class PrintViewManager : public content::NotificationObserver,
public PrintedPagesSource,
public content::WebContentsObserver {
« no previous file with comments | « chrome/browser/printing/print_preview_tab_controller.cc ('k') | chrome/browser/printing/print_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698