| Index: chrome/browser/ui/passwords/password_bubble_experiment.cc
|
| diff --git a/chrome/browser/ui/passwords/password_bubble_experiment.cc b/chrome/browser/ui/passwords/password_bubble_experiment.cc
|
| index 8afabfcaee87a94f2ed4c0429427e1781844b48c..1ccd086a44a501e0204180eecf29df52ba2f779f 100644
|
| --- a/chrome/browser/ui/passwords/password_bubble_experiment.cc
|
| +++ b/chrome/browser/ui/passwords/password_bubble_experiment.cc
|
| @@ -26,10 +26,7 @@ const char kExperimentName[] = "PasswordBubbleAlgorithm";
|
| const char kParamNopeThreshold[] = "consecutive_nope_threshold";
|
|
|
| void RegisterPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| - registry->RegisterIntegerPref(
|
| - prefs::kPasswordBubbleNopesCount,
|
| - 0,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterIntegerPref(prefs::kPasswordBubbleNopesCount, 0);
|
| }
|
|
|
| bool ShouldShowNeverForThisSiteDefault(PrefService* prefs) {
|
|
|