Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile.cc (revision 105797) |
| +++ chrome/browser/profiles/profile.cc (working copy) |
| @@ -179,6 +179,8 @@ |
| PrefService::UNSYNCABLE_PREF); |
| prefs->RegisterDictionaryPref(prefs::kPerHostZoomLevels, |
| PrefService::UNSYNCABLE_PREF); |
| + prefs->RegisterIntegerPref(prefs::kDefaultAppsInstallState, 0, |
|
Mihai Parparita -not on Chrome
2011/10/19 07:31:36
Pref registration should also be done in DefaultAp
Roger Tawa OOO till Jul 10th
2011/10/19 20:48:25
Done.
|
| + PrefService::UNSYNCABLE_PREF); |
| prefs->RegisterStringPref(prefs::kDefaultApps, |
| "install", |
| PrefService::UNSYNCABLE_PREF); |