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

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

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: 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)itemSelected:(id)sender {
web_contents_->Focus();
break;
case ShellContextMenuItemReloadTag: {
- web_contents_->GetController().Reload(false);
+ web_contents_->GetController().Reload(ReloadType::NORMAL, false);
Takashi Toyoshima 2016/12/15 06:21:52 shell for testing
web_contents_->Focus();
break;
}

Powered by Google App Engine
This is Rietveld 408576698