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

Unified Diff: content/browser/frame_host/navigation_controller_impl.h

Issue 2541363002: Reload Reloaded: remove experimental flag that has been enabled by default (Closed)
Patch Set: Created 4 years 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 | « chrome/browser/about_flags.cc ('k') | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigation_controller_impl.h
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
index bbba71b943f7c6f0b183a82c7ff698794f950245..d2887642988179e0eb25ba0d60858f83f2487c16 100644
--- a/content/browser/frame_host/navigation_controller_impl.h
+++ b/content/browser/frame_host/navigation_controller_impl.h
@@ -84,6 +84,7 @@ class CONTENT_EXPORT NavigationControllerImpl
bool IsInitialNavigation() const override;
bool IsInitialBlankNavigation() const override;
void Reload(bool check_for_repost) override;
+ // TODO(toyoshim): Merge ReloadToRefreshContent() to Reload().
void ReloadToRefreshContent(bool check_for_repost) override;
void ReloadBypassingCache(bool check_for_repost) override;
void ReloadOriginalRequestURL(bool check_for_repost) override;
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698