| 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 23671d29c4d36da27590efe04045281c0ce9fb1b..8c2d99fb78dd007b15965003d5305011d5427ac1 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| @@ -41,11 +41,15 @@ class AppListServiceDisabled : public AppListService {
|
| virtual bool IsAppListVisible() const OVERRIDE { return false; }
|
| virtual void EnableAppList(Profile* initial_profile) OVERRIDE {}
|
|
|
| + virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
|
| + return NULL;
|
| + }
|
| +
|
| virtual AppListControllerDelegate* CreateControllerDelegate() OVERRIDE {
|
| return NULL;
|
| }
|
|
|
| - virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
|
| + virtual app_list::AppListModel* GetAppListModelForTesting() OVERRIDE {
|
| return NULL;
|
| }
|
|
|
|
|