summaryrefslogtreecommitdiffstats
path: root/chrome/browser/navigation_controller_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/navigation_controller_base.h')
-rw-r--r--chrome/browser/navigation_controller_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/navigation_controller_base.h b/chrome/browser/navigation_controller_base.h
index 6b33a58..e712ff3 100644
--- a/chrome/browser/navigation_controller_base.h
+++ b/chrome/browser/navigation_controller_base.h
@@ -51,9 +51,6 @@ class NavigationControllerBase {
NavigationControllerBase();
virtual ~NavigationControllerBase();
- // Empties the history list.
- virtual void Reset();
-
// Returns the active entry, which is the pending entry if a navigation is in
// progress or the last committed entry otherwise. NOTE: This can be NULL!!
//