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

Unified Diff: chrome/browser/plugins/plugin_observer.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/plugins/plugin_observer.cc
diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc
index cbc64fd51dc6118b7855319eb5c47c6b242a5f38..26ceae8303325cbe5880bdb9d50c1576ec5badcf 100644
--- a/chrome/browser/plugins/plugin_observer.cc
+++ b/chrome/browser/plugins/plugin_observer.cc
@@ -192,7 +192,7 @@ base::string16 ReloadPluginInfoBarDelegate::GetButtonLabel(
}
bool ReloadPluginInfoBarDelegate::Accept() {
- controller_->Reload(true);
+ controller_->Reload(content::ReloadType::NORMAL, true);
return true;
}
« no previous file with comments | « chrome/browser/plugins/flash_permission_context.cc ('k') | chrome/browser/previews/previews_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698