Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: content/public/browser/navigation_controller.h

Issue 1143333003: Eliminate redundancy in the parameters to NotifyEntryChanged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698