diff options
Diffstat (limited to 'chrome/browser/navigation_controller.h')
-rw-r--r-- | chrome/browser/navigation_controller.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/navigation_controller.h b/chrome/browser/navigation_controller.h index 09bdadf..070abfa 100644 --- a/chrome/browser/navigation_controller.h +++ b/chrome/browser/navigation_controller.h @@ -135,6 +135,9 @@ class NavigationController : public NavigationControllerBase { const std::wstring& GetLazyTitle() const; const SkBitmap& GetLazyFavIcon() const; + // Called when |entry| has been updated outside its NavigationController. + void EntryUpdated(NavigationEntry* entry); + void SetAlternateNavURLFetcher( AlternateNavURLFetcher* alternate_nav_url_fetcher); @@ -199,7 +202,7 @@ class NavigationController : public NavigationControllerBase { virtual int GetMaxPageID() const; virtual void NavigateToPendingEntry(bool reload); - virtual void NotifyNavigationEntryCommitted(); + virtual void NotifyNavigationStateChanged(); // Lets the history database know navigation entries have been removed. virtual void NotifyPrunedEntries(); |