| Index: base/metrics/field_trial.h
|
| diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h
|
| index a937683beaa47dddb9f363d88f48e17a324cccc8..808c7789740c23eb8ef42b21647f140875778658 100644
|
| --- a/base/metrics/field_trial.h
|
| +++ b/base/metrics/field_trial.h
|
| @@ -355,6 +355,12 @@ class BASE_EXPORT FieldTrialList {
|
| // command line.
|
| static void EnableGlobalStateChecks();
|
|
|
| + // TODO(asvitkine): Temporary function to diagnose http://crbug.com/359406.
|
| + // Remove when that bug is fixed. This returns a unique token generated during
|
| + // FieldTrialList construction. This is used to verify that this value stays
|
| + // consistent between renderer process invocations.
|
| + static int32_t GetDebugToken();
|
| +
|
| // Get a FieldTrial instance from the factory.
|
| //
|
| // |name| is used to register the instance with the FieldTrialList class,
|
|
|