summaryrefslogtreecommitdiffstats
path: root/chrome/browser/navigation_controller.h
diff options
context:
space:
mode:
authorwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-04 16:40:10 +0000
committerwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-04 16:40:10 +0000
commita0450d99639727ee41ea036bcde09a61d790735a (patch)
tree31027d931386e623cfa914c35a6244f435fae5d7 /chrome/browser/navigation_controller.h
parent6d24d3e1ea16b74601eb7381a7d8f1dc3bd521a9 (diff)
downloadchromium_src-a0450d99639727ee41ea036bcde09a61d790735a.zip
chromium_src-a0450d99639727ee41ea036bcde09a61d790735a.tar.gz
chromium_src-a0450d99639727ee41ea036bcde09a61d790735a.tar.bz2
Clean up brettw's checkin of r1032.
Fix a DCHECK on ssl().content_status() in web_contents.cc. Remove the unused ResetInternal method of NavigationController. R=brettw Review URL: http://codereview.chromium.org/221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/navigation_controller.h')
-rw-r--r--chrome/browser/navigation_controller.h3
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);