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

Unified Diff: chrome/browser/plugins/flash_permission_context.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/plugins/flash_permission_context.cc
diff --git a/chrome/browser/plugins/flash_permission_context.cc b/chrome/browser/plugins/flash_permission_context.cc
index d54b81fe8a14e685970a36ab36b59938b6d2659a..4056b9adae608e114109354072744570055a9fdf 100644
--- a/chrome/browser/plugins/flash_permission_context.cc
+++ b/chrome/browser/plugins/flash_permission_context.cc
@@ -71,7 +71,7 @@ void FlashPermissionContext::UpdateTabContext(const PermissionRequestID& id,
}
// Automatically refresh the page.
- web_contents->GetController().Reload(true /* check_for_repost */);
+ web_contents->GetController().Reload(content::ReloadType::NORMAL, true);
}
void FlashPermissionContext::UpdateContentSetting(

Powered by Google App Engine
This is Rietveld 408576698