| Index: chrome/browser/instant/instant_field_trial.cc
|
| diff --git a/chrome/browser/instant/instant_field_trial.cc b/chrome/browser/instant/instant_field_trial.cc
|
| index 2c3e63d7e7fd65772eb47a3db1b0473b847655c3..90016ff3003085d050cc50efbc519781a21256b9 100644
|
| --- a/chrome/browser/instant/instant_field_trial.cc
|
| +++ b/chrome/browser/instant/instant_field_trial.cc
|
| @@ -27,6 +27,7 @@ InstantFieldTrial::Group InstantFieldTrial::GetGroup(Profile* profile) {
|
|
|
| const PrefService* prefs = profile->GetPrefs();
|
| if (!prefs ||
|
| + !prefs->GetBoolean(prefs::kSearchSuggestEnabled) ||
|
| prefs->GetBoolean(prefs::kInstantEnabledOnce) ||
|
| prefs->IsManagedPreference(prefs::kInstantEnabled)) {
|
| return INACTIVE;
|
|
|