| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 4d11745decb0665b1192185c0ccf5bde433a39f9..1553032c033c6d1dc7e0d7595cc50cb492942e74 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -321,7 +321,8 @@ class TabContents : public PageNavigator,
|
| //
|
| // If this method returns false, then the navigation is discarded (equivalent
|
| // to calling DiscardPendingEntry on the NavigationController).
|
| - virtual bool NavigateToPendingEntry(bool reload);
|
| + virtual bool NavigateToPendingEntry(
|
| + NavigationController::ReloadType reload_type);
|
|
|
| // Stop any pending navigation.
|
| virtual void Stop();
|
|
|