| Index: chrome/browser/apps/shortcut_manager.cc
|
| diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc
|
| index be1533a9aa94f16cf05343cd1ba77c2ca85609c0..819df6168040c392b256a92fe4a36baab448d3f8 100644
|
| --- a/chrome/browser/apps/shortcut_manager.cc
|
| +++ b/chrome/browser/apps/shortcut_manager.cc
|
| @@ -75,9 +75,7 @@ void SetCurrentAppShortcutsVersion(PrefService* prefs) {
|
| void AppShortcutManager::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| // Indicates whether app shortcuts have been created.
|
| - registry->RegisterIntegerPref(
|
| - prefs::kAppShortcutsVersion, 0,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterIntegerPref(prefs::kAppShortcutsVersion, 0);
|
| }
|
|
|
| AppShortcutManager::AppShortcutManager(Profile* profile)
|
|
|