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

Unified Diff: chrome/browser/ui/browser_commands.cc

Issue 207553008: Surface button for loading stale cache copy on net error page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make new functionality work transparently on IOS, which doesn't have gin bindings. Created 6 years, 8 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: chrome/browser/ui/browser_commands.cc
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index 94d132ee620cffe22210800a049917dba702d94c..ff5392a3a2149a2ea75b7abc59ad934928707385 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -240,6 +240,7 @@ void ReloadInternal(Browser* browser,
new_tab->UserGestureDone();
if (!new_tab->FocusLocationBarByDefault())
new_tab->GetView()->Focus();
+
mmenke 2014/04/15 16:02:25 For simplicity, should just remove this change fro
Randy Smith (Not in Mondays) 2014/04/15 18:27:29 Don't you understand how much this line improves t
if (ignore_cache)
new_tab->GetController().ReloadIgnoringCache(true);
else

Powered by Google App Engine
This is Rietveld 408576698