Index: chrome/browser/ui/browser_ui_prefs.cc |
diff --git a/chrome/browser/ui/browser_ui_prefs.cc b/chrome/browser/ui/browser_ui_prefs.cc |
index 594577e0f82db7b8fb2dd425467f563e98f9bc02..2771e8a59fb603848a141eccd3b6658fabd221f0 100644 |
--- a/chrome/browser/ui/browser_ui_prefs.cc |
+++ b/chrome/browser/ui/browser_ui_prefs.cc |
@@ -156,6 +156,9 @@ void RegisterBrowserUserPrefs(PrefRegistrySyncable* registry) { |
registry->RegisterBooleanPref(prefs::kClearPluginLSODataEnabled, |
true, |
PrefRegistrySyncable::UNSYNCABLE_PREF); |
+ registry->RegisterBooleanPref(prefs::kHideWebStoreIcon, |
+ false, |
+ PrefRegistrySyncable::UNSYNCABLE_PREF); |
} |
void RegisterAppPrefs(const std::string& app_name, Profile* profile) { |