| Index: chrome/browser/printing/print_preview_tab_controller.h
|
| ===================================================================
|
| --- chrome/browser/printing/print_preview_tab_controller.h (revision 68080)
|
| +++ chrome/browser/printing/print_preview_tab_controller.h (working copy)
|
| @@ -43,12 +43,12 @@
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| + // Returns true if |tab| is a print preview tab.
|
| + static bool IsPrintPreviewTab(TabContents* tab);
|
| +
|
| private:
|
| friend class base::RefCounted<PrintPreviewTabController>;
|
|
|
| - // Returns true if |tab| is a print preview tab.
|
| - bool IsPrintPreviewTab(TabContents* tab);
|
| -
|
| // Returns initiator tab for |preview_tab|.
|
| // Returns NULL if no initiator tab exists for |preview_tab|.
|
| TabContents* GetInitiatorTab(TabContents* preview_tab);
|
|
|
| Property changes on: chrome/browser/printing/print_preview_tab_controller.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|