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

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

Issue 2752203002: FasterLocationReload: remove the field trial flag (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp
diff --git a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp
index b1d675e1e84dcd6e3fd72ad3a0b67bd515a11d9c..04d0cda1855d14f6c4b32cee98ebf20c52a7165c 100644
--- a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp
+++ b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp
@@ -69,9 +69,7 @@ void DOMPluginArray::refresh(bool reload) {
return;
Page::refreshPlugins();
if (reload) {
- frame()->reload(RuntimeEnabledFeatures::fasterLocationReloadEnabled()
- ? FrameLoadTypeReloadMainResource
- : FrameLoadTypeReload,
+ frame()->reload(FrameLoadTypeReloadMainResource,
ClientRedirectPolicy::ClientRedirect);
}
}

Powered by Google App Engine
This is Rietveld 408576698