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

Unified Diff: content/public/common/content_features.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
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index c8adb37990eccc048fc40b881e3b78489bec4962..b1a2c3ab47745c14b724962d91f1bde2e2d05967 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -30,10 +30,6 @@ const base::Feature kDownloadResumption{"DownloadResumption",
const base::Feature kDocumentWriteEvaluator{"DocumentWriteEvaluator",
base::FEATURE_DISABLED_BY_DEFAULT};
-// The Experimental Framework for controlling access to API experiments.
-const base::Feature kExperimentalFramework{"ExperimentalFramework",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
// Enable the material design playback UI for media elements. This is always
// on for OS_ANDROID, but may be enabled by experiment for other platforms.
const base::Feature kNewMediaPlaybackUi{"NewMediaPlaybackUi",
@@ -58,6 +54,10 @@ const base::Feature kOptimizeIPCForSmallResource{
"OptimizeForSmallResource",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Origin Trials for controlling access to feature/API experiments.
+const base::Feature kOriginTrials{"OriginTrials",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
// Partial support for pointer event feature.
const base::Feature kPointerEvents{"PointerEvent",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698