Index: content/public/browser/navigation_controller.h |
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
index 358e850aadc5b8406334aaf13e52f239d87bab2b..7d890d5d555e7778a0ee7a0adf71c99c621d1c5d 100644 |
--- a/content/public/browser/navigation_controller.h |
+++ b/content/public/browser/navigation_controller.h |
@@ -410,9 +410,8 @@ class NavigationController { |
virtual bool IsInitialNavigation() const = 0; |
// Broadcasts the NOTIFICATION_NAV_ENTRY_CHANGED notification for the given |
- // entry (which must be at the given index). This will keep things in sync |
- // like the saved session. |
- virtual void NotifyEntryChanged(const NavigationEntry* entry, int index) = 0; |
+ // entry. This will keep things in sync like the saved session. |
+ virtual void NotifyEntryChanged(const NavigationEntry* entry) = 0; |
// Copies the navigation state from the given controller to this one. This |
// one should be empty (just created). |