| Index: content/browser/web_contents/navigation_controller_impl.h
|
| diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h
|
| index 69a3a7392d6af530d1f5aebb0c557e12ab549f10..e7705331c5eb51d0350a46df2e4ccdc71a788d51 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl.h
|
| +++ b/content/browser/web_contents/navigation_controller_impl.h
|
| @@ -69,7 +69,7 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| virtual void GoForward() OVERRIDE;
|
| virtual void GoToIndex(int index) OVERRIDE;
|
| virtual void GoToOffset(int offset) OVERRIDE;
|
| - virtual void RemoveEntryAtIndex(int index) OVERRIDE;
|
| + virtual bool RemoveEntryAtIndex(int index) OVERRIDE;
|
| virtual SessionStorageNamespace* GetSessionStorageNamespace() OVERRIDE;
|
| virtual void SetMaxRestoredPageID(int32 max_id) OVERRIDE;
|
| virtual int32 GetMaxRestoredPageID() const OVERRIDE;
|
|
|