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

Unified Diff: chrome/browser/interstitials/chrome_controller_client.cc

Issue 2561983002: NavigationController: Reload methods migration (Closed)
Patch Set: one more mac 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: chrome/browser/interstitials/chrome_controller_client.cc
diff --git a/chrome/browser/interstitials/chrome_controller_client.cc b/chrome/browser/interstitials/chrome_controller_client.cc
index aca6d3e2fd1e7e9e3d5110c26be06e4c6c088d53..ae51f1acf01dd0bed5125fbe32ffa5c0ff4f74f2 100644
--- a/chrome/browser/interstitials/chrome_controller_client.cc
+++ b/chrome/browser/interstitials/chrome_controller_client.cc
@@ -165,7 +165,7 @@ void ChromeControllerClient::Proceed() {
}
void ChromeControllerClient::Reload() {
- web_contents_->GetController().Reload(true);
+ web_contents_->GetController().Reload(content::ReloadType::NORMAL, true);
}
void ChromeControllerClient::OpenUrlInCurrentTab(const GURL& url) {

Powered by Google App Engine
This is Rietveld 408576698