Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / app_list / app_list_service.cc
index 98ddcb6..f68b8d9 100644 (file)
@@ -91,6 +91,9 @@ void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {
   registry->RegisterBooleanPref(prefs::kRestartWithAppList, false);
   registry->RegisterBooleanPref(prefs::kAppLauncherIsEnabled, false);
   registry->RegisterBooleanPref(prefs::kAppLauncherHasBeenEnabled, false);
+  registry->RegisterIntegerPref(prefs::kAppListEnableMethod,
+                                ENABLE_NOT_RECORDED);
+  registry->RegisterInt64Pref(prefs::kAppListEnableTime, 0);
 
 #if defined(OS_MACOSX)
   registry->RegisterIntegerPref(prefs::kAppLauncherShortcutVersion, 0);