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 8c920398d7b63d6fa97e921b5a1563c1ab3a0780..5513d77bb9b69f91932629b014e269e7f4acc2ff 100644 |
--- a/chrome/browser/instant/instant_field_trial.h |
+++ b/chrome/browser/instant/instant_field_trial.h |
@@ -50,6 +50,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); |
}; |