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

Unified Diff: content/shell/browser/shell_web_contents_view_delegate_mac.mm

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
« no previous file with comments | « content/shell/browser/shell.cc ('k') | extensions/browser/guest_view/web_view/web_view_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_web_contents_view_delegate_mac.mm
diff --git a/content/shell/browser/shell_web_contents_view_delegate_mac.mm b/content/shell/browser/shell_web_contents_view_delegate_mac.mm
index 8cfc1d7b2a270960c03b8ad856725abb70eb6855..fd331da2209acffa8ff22c6a2c233e991527768c 100644
--- a/content/shell/browser/shell_web_contents_view_delegate_mac.mm
+++ b/content/shell/browser/shell_web_contents_view_delegate_mac.mm
@@ -253,7 +253,7 @@ void ShellWebContentsViewDelegate::ActionPerformed(int tag) {
web_contents_->Focus();
break;
case ShellContextMenuItemReloadTag: {
- web_contents_->GetController().Reload(false);
+ web_contents_->GetController().Reload(ReloadType::NORMAL, false);
web_contents_->Focus();
break;
}
« no previous file with comments | « content/shell/browser/shell.cc ('k') | extensions/browser/guest_view/web_view/web_view_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698