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

Unified Diff: chrome/browser/devtools/devtools_ui_bindings.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/devtools/devtools_ui_bindings.cc
diff --git a/chrome/browser/devtools/devtools_ui_bindings.cc b/chrome/browser/devtools/devtools_ui_bindings.cc
index 5d37fc73d7094712c70d9732034ffd9e834f6bd1..4c20eb075419620072d9b34c633245d027c39eda 100644
--- a/chrome/browser/devtools/devtools_ui_bindings.cc
+++ b/chrome/browser/devtools/devtools_ui_bindings.cc
@@ -1122,7 +1122,7 @@ void DevToolsUIBindings::AttachTo(
void DevToolsUIBindings::Reload() {
reloading_ = true;
- web_contents_->GetController().Reload(false);
+ web_contents_->GetController().Reload(content::ReloadType::NORMAL, false);
Takashi Toyoshima 2016/12/15 06:21:51 This would be also fine because this is debug inte
}
void DevToolsUIBindings::Detach() {

Powered by Google App Engine
This is Rietveld 408576698