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

Unified Diff: chrome/browser/about_flags.cc

Issue 1968653002: Rename flags for Origin Trials framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 7 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/child/runtime_features.cc » ('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 571f9aa7afe0163185436c4cd8f3ce6d8b6e7de1..008453c16f92bb1bd3ecae2da9b0ba0dfd5e8152 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1718,9 +1718,9 @@ const FeatureEntry kFeatureEntries[] = {
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableInputImeAPI,
switches::kDisableInputImeAPI)},
#endif // defined(OS_WIN) || defined(OS_LINUX)
- {"enable-experimental-framework", IDS_FLAGS_EXPERIMENTAL_FRAMEWORK_NAME,
- IDS_FLAGS_EXPERIMENTAL_FRAMEWORK_DESCRIPTION, kOsAll,
- FEATURE_VALUE_TYPE(features::kExperimentalFramework)},
+ {"enable-origin-trials", IDS_FLAGS_ORIGIN_TRIALS_NAME,
+ IDS_FLAGS_ORIGIN_TRIALS_DESCRIPTION, kOsAll,
+ FEATURE_VALUE_TYPE(features::kOriginTrials)},
{"enable-brotli", IDS_FLAGS_ENABLE_BROTLI_NAME,
IDS_FLAGS_ENABLE_BROTLI_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kBrotliEncoding)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698