| Index: third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl
|
| index 62f1733937fc31ed8ea089e74343381bb4b9680f..007f2c4965200968c8b2b5baf9a5cc463f02a218 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl
|
| @@ -16,7 +16,6 @@ class ExecutionContext;
|
| namespace OriginTrials {
|
| {% for feature in features %}
|
| {% if feature.origin_trial_feature_name %}
|
| - CORE_EXPORT bool {{feature.first_lowered_name}}Enabled(ExecutionContext*, String& errorMessage);
|
| CORE_EXPORT bool {{feature.first_lowered_name}}Enabled(ExecutionContext*);
|
| {% endif %}
|
| {% endfor %}
|
|
|