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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model.cc

Issue 2561983002: NavigationController: Reload methods migration (Closed)
Patch Set: merge master 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/ui/tabs/tab_strip_model.cc
diff --git a/chrome/browser/ui/tabs/tab_strip_model.cc b/chrome/browser/ui/tabs/tab_strip_model.cc
index b29c2094b15a60a7c9211d28ce462e25cb867058..737b80928761843e6208a44f179f180653d14358 100644
--- a/chrome/browser/ui/tabs/tab_strip_model.cc
+++ b/chrome/browser/ui/tabs/tab_strip_model.cc
@@ -909,7 +909,7 @@ void TabStripModel::ExecuteContextMenuCommand(
CoreTabHelperDelegate* core_delegate =
CoreTabHelper::FromWebContents(tab)->delegate();
if (!core_delegate || core_delegate->CanReloadContents(tab))
- tab->GetController().Reload(true);
+ tab->GetController().Reload(content::ReloadType::NORMAL, true);
}
}
break;
« no previous file with comments | « chrome/browser/ui/sad_tab.cc ('k') | chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698