| 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 d7f4d54b0c2f3b339e70f8d36cc54ee3beaf7f08..afc222c23196e7edc03cc4e6235df22f3b3a363a 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl
|
| @@ -24,6 +24,10 @@ public:
|
| static const char* supplementName();
|
| static OriginTrials* from(ExecutionContext*);
|
|
|
| + void addToken(const String& token);
|
| + void finalizeTokens();
|
| + void resetOriginTrialsForTesting();
|
| +
|
| {% for feature in features %}
|
| {% if feature.origin_trial_feature_name %}
|
|
|
|
|