diff options
Diffstat (limited to 'chrome/browser/navigation_controller.h')
-rw-r--r-- | chrome/browser/navigation_controller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/navigation_controller.h b/chrome/browser/navigation_controller.h index e43bfe1..b57700d 100644 --- a/chrome/browser/navigation_controller.h +++ b/chrome/browser/navigation_controller.h @@ -358,9 +358,6 @@ class NavigationController { // Broadcasts a notification that the given entry changed. void NotifyEntryChanged(const NavigationEntry* entry, int index); - // Implementation of Reset and the destructor. Deletes entries - void ResetInternal(); - // Removes the entry at the specified index. Note that you should not remove // the pending entry or the last committed entry. void RemoveEntryAtIndex(int index); |