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 38fb7463e43bbdae783a632726d045da2240ca44..52765d557055271a02dc9502e42a5de84f1577cf 100644 |
--- a/chrome/browser/instant/instant_field_trial.h |
+++ b/chrome/browser/instant/instant_field_trial.h |
@@ -69,10 +69,10 @@ class InstantFieldTrial { |
// Return the field trial group this profile belongs to. |
static Group GetGroup(Profile* profile); |
- // Check if the user is in one of the EXPERIMENT groups. |
- static bool IsExperimentGroup(Profile* profile); |
+ // Check if the user is in any of the EXPERIMENT groups. |
+ static bool IsInstantExperiment(Profile* profile); |
- // Check if the user is in the HIDDEN_EXPERIMENT group. |
+ // Check if the user is in the HIDDEN or SILENT EXPERIMENT groups. |
static bool IsHiddenExperiment(Profile* profile); |
// Check if the user is in the SILENT EXPERIMENT group. |