| Index: third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp b/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
|
| index 44c881ef347584212a45367a1eddbec7c7ede2d1..ae68812592bc95e4d6e5c6271ec553b90200974e 100644
|
| --- a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
|
| +++ b/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
|
| @@ -223,7 +223,7 @@ void OriginTrialContext::addToken(const String& token)
|
|
|
| bool OriginTrialContext::isFeatureEnabled(const String& featureName, String* errorMessage, WebTrialTokenValidator* validator)
|
| {
|
| - if (!RuntimeEnabledFeatures::experimentalFrameworkEnabled()) {
|
| + if (!RuntimeEnabledFeatures::originTrialsEnabled()) {
|
| // Do not set an error message. When the framework is disabled, it
|
| // should behave the same as when only runtime flags are used.
|
| return false;
|
|
|