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

Unified Diff: chrome/browser/about_flags.cc

Issue 2541363002: Reload Reloaded: remove experimental flag that has been enabled by default (Closed)
Patch Set: 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/frame_host/navigation_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 56ff7d48553c6c8b0b5e89631b85035c69bb85fd..53e9460de1a5ed63cac657b9df6a2ae5a8a25fe0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1058,10 +1058,6 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-navigation-tracing", IDS_FLAGS_ENABLE_NAVIGATION_TRACING,
IDS_FLAGS_ENABLE_NAVIGATION_TRACING_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableNavigationTracing)},
- {"enable-non-validating-reload-on-normal-reload",
- IDS_FLAGS_ENABLE_NON_VALIDATING_RELOAD_ON_NORMAL_RELOAD_NAME,
- IDS_FLAGS_ENABLE_NON_VALIDATING_RELOAD_ON_NORMAL_RELOAD_DESCRIPTION,
- kOsAll, FEATURE_VALUE_TYPE(features::kNonValidatingReloadOnNormalReload)},
{"trace-upload-url", IDS_FLAGS_TRACE_UPLOAD_URL,
IDS_FLAGS_TRACE_UPLOAD_URL_DESCRIPTION, kOsAll,
MULTI_VALUE_TYPE(kTraceUploadURL)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/frame_host/navigation_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698