Index: content/public/browser/navigation_controller.h |
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
index 549f5bfe8cc30be44ff54ee48623718497d23d6e..5ccb5673f2ba957a8e4734408cc156effa82ab76 100644 |
--- a/content/public/browser/navigation_controller.h |
+++ b/content/public/browser/navigation_controller.h |
@@ -365,8 +365,8 @@ class NavigationController { |
virtual void ContinuePendingReload() = 0; |
// Returns true if we are navigating to the URL the tab is opened with. |
- // Returns false after initial navigation has loaded in frame. |
- virtual bool IsInitialNavigation() = 0; |
+ // Returns false after the initial navigation has committed. |
+ virtual bool IsInitialNavigation() const = 0; |
// Broadcasts the NOTIFY_NAV_ENTRY_CHANGED notification for the given entry |
// (which must be at the given index). This will keep things in sync like |