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

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: sync 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
« no previous file with comments | « content/public/browser/interstitial_page.h ('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
===================================================================
--- content/public/browser/navigation_controller.h (revision 153587)
+++ 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").
« no previous file with comments | « content/public/browser/interstitial_page.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698