| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 007f6decf2d226774f12fbae166f7f1c50ff696f..82bc18367a15338cb9882c0e303e2902d714d43e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2376,6 +2376,9 @@ const char kOriginTrialPublicKey[] = "origin_trials.public_key";
|
| // A list of origin trial features to disable by policy.
|
| const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
|
|
|
| +// A list of origin trial tokens to disable by policy.
|
| +const char kOriginTrialDisabledTokens[] = "origin_trials.disabled_tokens";
|
| +
|
| // Policy that indicates the state of updates for the binary components.
|
| const char kComponentUpdatesEnabled[] =
|
| "component_updates.component_updates_enabled";
|
|
|