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

Unified Diff: content/browser/frame_host/navigation_entry_impl.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
Index: content/browser/frame_host/navigation_entry_impl.h
diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
index 8c3fbb5226c8a053583cf98c3ed0cec68ab707fc..d5f43ea83a9ee47bf939c9b11955cb3ff3288826 100644
--- a/content/browser/frame_host/navigation_entry_impl.h
+++ b/content/browser/frame_host/navigation_entry_impl.h
@@ -50,6 +50,8 @@ class CONTENT_EXPORT NavigationEntryImpl
};
static NavigationEntryImpl* FromNavigationEntry(NavigationEntry* entry);
+ static const NavigationEntryImpl* FromNavigationEntry(
+ const NavigationEntry* entry);
// The value of bindings() before it is set during commit.
static int kInvalidBindings;
« no previous file with comments | « content/browser/frame_host/navigation_controller_impl.cc ('k') | content/browser/frame_host/navigation_entry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698