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

Unified Diff: content/shell/browser/shell.cc

Issue 2561983002: NavigationController: Reload methods migration (Closed)
Patch Set: android build fix 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
Index: content/shell/browser/shell.cc
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
index 7659e7f562169b24a6ae2fb9d7911ba6b6926ba5..36d5546325a378d10b7edcea1fc17ba90a6653c6 100644
--- a/content/shell/browser/shell.cc
+++ b/content/shell/browser/shell.cc
@@ -267,7 +267,7 @@ void Shell::Reload() {
}
void Shell::ReloadBypassingCache() {
- web_contents_->GetController().ReloadBypassingCache(false);
+ web_contents_->GetController().Reload(false, ReloadType::BYPASSING_CACHE);
web_contents_->Focus();
}

Powered by Google App Engine
This is Rietveld 408576698