| Index: chrome/browser/instant/instant_field_trial.h
|
| diff --git a/chrome/browser/instant/instant_field_trial.h b/chrome/browser/instant/instant_field_trial.h
|
| index fd808f60058ad29b0396e75f73296f070986104e..2fdc7187e4395d61461d3bd647695d9d05ce596e 100644
|
| --- a/chrome/browser/instant/instant_field_trial.h
|
| +++ b/chrome/browser/instant/instant_field_trial.h
|
| @@ -51,6 +51,9 @@ class InstantFieldTrial {
|
| // names, to split histograms by field trial groups.
|
| static std::string GetGroupName(Profile* profile);
|
|
|
| + // Returns a string denoting the user's group, for adding as a URL param.
|
| + static std::string GetGroupAsUrlParam(Profile* profile);
|
| +
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(InstantFieldTrial);
|
| };
|
|
|