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

Unified Diff: Source/modules/plugins/DOMPluginArray.cpp

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed Nate's comments Created 5 years, 6 months 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: Source/modules/plugins/DOMPluginArray.cpp
diff --git a/Source/modules/plugins/DOMPluginArray.cpp b/Source/modules/plugins/DOMPluginArray.cpp
index 3470737a7d9907d76af73e8595a39c3431badb18..f9bb2512475b52404b1dbe23d1187edf6d431f7c 100644
--- a/Source/modules/plugins/DOMPluginArray.cpp
+++ b/Source/modules/plugins/DOMPluginArray.cpp
@@ -76,7 +76,7 @@ void DOMPluginArray::refresh(bool reload)
return;
Page::refreshPlugins();
if (reload)
- m_frame->reload(NormalReload, ClientRedirect);
+ m_frame->reload(FrameLoadTypeReload, ClientRedirect);
}
PluginData* DOMPluginArray::pluginData() const

Powered by Google App Engine
This is Rietveld 408576698