Index: chrome/browser/ui/app_list/app_list_service.h |
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h |
index d4ce73646163f6df0a4cefaa7f6ee61293a44525..b8dafd3be32333c6a52cb19002f6a456834aa109 100644 |
--- a/chrome/browser/ui/app_list/app_list_service.h |
+++ b/chrome/browser/ui/app_list/app_list_service.h |
@@ -54,7 +54,8 @@ class AppListService { |
static AppListService* Get(chrome::HostDesktopType desktop_type); |
// Call Init for all AppListService instances on this platform. |
- static void InitAll(Profile* initial_profile); |
+ static void InitAll(Profile* initial_profile, |
+ const base::FilePath& profile_path); |
xiyuan
2015/01/16 20:31:52
app_list_service_ash.cc and app_list_service_linux
Mike Lerman
2015/01/19 21:08:56
Ah, I did? Those files just aren't in the same sub
|
static void RegisterPrefs(PrefRegistrySimple* registry); |