| Index: chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.cc b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| index fa717e49e21452477f4a1468c33da21d90d9513f..2b64e431b1d141f9f0cbf7b8e7f930de3e2b8978 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| @@ -49,10 +49,6 @@ const extensions::Extension* GetExtension(Profile* profile,
|
|
|
| AppListControllerDelegate::~AppListControllerDelegate() {}
|
|
|
| -bool AppListControllerDelegate::ForceNativeDesktop() const {
|
| - return false;
|
| -}
|
| -
|
| void AppListControllerDelegate::ViewClosing() {}
|
|
|
| gfx::Rect AppListControllerDelegate::GetAppListBounds() {
|
|
|