Index: chrome/browser/printing/print_preview_message_handler.h |
=================================================================== |
--- chrome/browser/printing/print_preview_message_handler.h (revision 110055) |
+++ chrome/browser/printing/print_preview_message_handler.h (working copy) |
@@ -29,7 +29,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. |