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