| Index: chrome/browser/apps/drive/drive_app_mapping.cc
|
| diff --git a/chrome/browser/apps/drive/drive_app_mapping.cc b/chrome/browser/apps/drive/drive_app_mapping.cc
|
| index 8456fcdd800c722c10e21be72d25dce232dd830d..78058f495b955ca4099c5e2bfe24bc70164ac759 100644
|
| --- a/chrome/browser/apps/drive/drive_app_mapping.cc
|
| +++ b/chrome/browser/apps/drive/drive_app_mapping.cc
|
| @@ -43,12 +43,8 @@ DriveAppMapping::~DriveAppMapping() {
|
| // static
|
| void DriveAppMapping::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| - registry->RegisterDictionaryPref(
|
| - prefs::kAppLauncherDriveAppMapping,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| - registry->RegisterListPref(
|
| - prefs::kAppLauncherUninstalledDriveApps,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterDictionaryPref(prefs::kAppLauncherDriveAppMapping);
|
| + registry->RegisterListPref(prefs::kAppLauncherUninstalledDriveApps);
|
| }
|
|
|
| void DriveAppMapping::Add(const std::string& drive_app_id,
|
|
|