Reload Reloaded: remove experimental flag that has been enabled by default

Desktop / Chromium - toyoshim [chromium.org] - 2 December 2016 02:18 UTC

feastures::kNonValidatingReloadOnNormalReload has been enabled for all users from m54, and now it reached to Stable channel. Let's remove experimental flag so to make some cleanups.

BUG=670232, 591245 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/2541363002 Cr-Commit-Position: refs/heads/master@{#435881}

980f117 Reload Reloaded: remove experimental flag that has been enabled by default
chrome/app/generated_resources.grd | 6 ---
chrome/browser/about_flags.cc | 4 --
.../frame_host/navigation_controller_impl.cc | 7 +--
.../frame_host/navigation_controller_impl.h | 1 +
.../browser/frame_host/navigator_impl_unittest.cc | 11 +----
.../loader/reload_cache_control_browsertest.cc | 51 +-------------------
content/child/runtime_features.cc | 5 --
content/public/common/content_features.cc | 5 --
content/public/common/content_features.h | 1 -
testing/variations/fieldtrial_testing_config.json | 18 -------
.../Source/core/inspector/InspectorPageAgent.cpp | 10 ++--
.../WebKit/Source/core/loader/FrameLoader.cpp | 4 --
.../Source/platform/RuntimeEnabledFeatures.in | 3 +-
.../WebKit/Source/web/WebRuntimeFeatures.cpp | 6 ---
third_party/WebKit/public/web/WebRuntimeFeatures.h | 2 -
15 files changed, 10 insertions(+), 124 deletions(-)

Upstream: git.chromium.org


  • Share