| 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 72f663aed4953be7ebc31ef4585fa438584c59ce..1bae6e6b34edaaddee0088a05dd94140ad3f86bc 100644
|
| --- a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
|
| +++ b/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
|
| @@ -17,8 +17,7 @@ namespace {
|
|
|
| String getDisabledMessage(const String& featureName)
|
| {
|
| - // TODO(chasej): Update message with URL to experiments site, when live
|
| - return "The '" + featureName + "' feature is currently enabled in limited trials. Please see [Phosphor console URL] for information on enabling a trial for your site.";
|
| + return "The '" + featureName + "' feature is currently enabled in limited trials. Please see https://bit.ly/OriginTrials for information on enabling a trial for your site.";
|
| }
|
|
|
| String getInvalidTokenMessage(const String& featureName)
|
|
|