Index: chrome/browser/printing/print_preview_message_handler.h |
=================================================================== |
--- chrome/browser/printing/print_preview_message_handler.h (revision 108195) |
+++ chrome/browser/printing/print_preview_message_handler.h (working copy) |
@@ -30,6 +30,8 @@ |
// TabContentsObserver implementation. |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
virtual void DidStartLoading() OVERRIDE; |
+ virtual void NavigateToPendingEntry(const GURL& url, |
+ NavigationController::ReloadType reload_type) OVERRIDE; |
private: |
// Gets the print preview tab associated with the TabContents being observed. |