| Index: components/suggestions/blacklist_store.cc
|
| diff --git a/components/suggestions/blacklist_store.cc b/components/suggestions/blacklist_store.cc
|
| index 304df2f1ddcb055816f45ec796ab6f950ad6bda9..c9245e7acf3dddb5a1fd8c71de4d69592704fbf1 100644
|
| --- a/components/suggestions/blacklist_store.cc
|
| +++ b/components/suggestions/blacklist_store.cc
|
| @@ -212,9 +212,7 @@ void BlacklistStore::FilterSuggestions(SuggestionsProfile* profile) {
|
| // static
|
| void BlacklistStore::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| - registry->RegisterStringPref(
|
| - prefs::kSuggestionsBlacklist, std::string(),
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterStringPref(prefs::kSuggestionsBlacklist, std::string());
|
| }
|
|
|
|
|
|
|