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

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

Issue 10870073: Change how NavigationController reloads transient entries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove outdated comment Created 8 years, 4 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/public/browser/navigation_controller.h
===================================================================
--- content/public/browser/navigation_controller.h (revision 153076)
+++ content/public/browser/navigation_controller.h (working copy)
@@ -284,7 +284,8 @@
// Reloads the current entry. If |check_for_repost| is true and the current
// entry has POST data the user is prompted to see if they really want to
- // reload the page. In nearly all cases pass in true.
+ // reload the page. In nearly all cases pass in true. If a transient entry
+ // is showing, initiates a new navigation to its URL.
virtual void Reload(bool check_for_repost) = 0;
// Like Reload(), but don't use caches (aka "shift-reload").

Powered by Google App Engine
This is Rietveld 408576698