diff options
Diffstat (limited to 'chrome/browser/printing/print_view_manager.h')
-rw-r--r-- | chrome/browser/printing/print_view_manager.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h index 3f40995..18a4f7e 100644 --- a/chrome/browser/printing/print_view_manager.h +++ b/chrome/browser/printing/print_view_manager.h @@ -29,7 +29,7 @@ class PrintViewManager : public NotificationObserver, public PrintedPagesSource, public TabContentsObserver { public: - explicit PrintViewManager(TabContents& owner); + explicit PrintViewManager(TabContents* tab_contents); virtual ~PrintViewManager(); // Cancels the print job. @@ -124,11 +124,6 @@ class PrintViewManager : public NotificationObserver, // print settings are being loaded. bool inside_inner_message_loop_; - // PrintViewManager is created as an extension of WebContent specialized for - // printing-related behavior. Still, access to the renderer is needed so a - // back reference is kept the the "parent object". - TabContents& owner_; - DISALLOW_COPY_AND_ASSIGN(PrintViewManager); }; |