| Index: chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_disabled.cc b/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| index 8122e9764cd003bf7c0546feb54ba8f3f0ec7c1c..5b46a165e66021f8849d9ba9011a43eca9ee2b11 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| @@ -37,7 +37,7 @@ class AppListServiceDisabled : public AppListService {
|
|
|
| virtual Profile* GetCurrentAppListProfile() OVERRIDE { return NULL; }
|
| virtual bool IsAppListVisible() const OVERRIDE { return false; }
|
| - virtual void EnableAppList() OVERRIDE {}
|
| + virtual void EnableAppList(Profile* initial_profile) OVERRIDE {}
|
|
|
| virtual AppListControllerDelegate* CreateControllerDelegate() OVERRIDE {
|
| return NULL;
|
|
|