| Index: chrome/browser/instant/instant_controller.cc
|
| diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc
|
| index 2c5a59c965a07090ec5391c09cc7e9f346187a68..63d2ca4223258048097a05f86feace497573e9b1 100644
|
| --- a/chrome/browser/instant/instant_controller.cc
|
| +++ b/chrome/browser/instant/instant_controller.cc
|
| @@ -76,9 +76,6 @@ void InstantController::RegisterUserPrefs(PrefService* prefs) {
|
| prefs->RegisterInt64Pref(prefs::kInstantEnabledTime,
|
| false,
|
| PrefService::UNSYNCABLE_PREF);
|
| - prefs->RegisterIntegerPref(prefs::kInstantFieldTrialRandomDraw,
|
| - base::RandInt(0, 9999),
|
| - PrefService::UNSYNCABLE_PREF);
|
| PromoCounter::RegisterUserPrefs(prefs, prefs::kInstantPromo);
|
| }
|
|
|
|
|