| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 08caa35fa944aa576abb3cfea9b489b4ebd5437c..c5ec41b25b87c57d86593a34602fdbf8cc555b17 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -23,7 +23,6 @@ class Widget;
|
|
|
| namespace ash {
|
|
|
| -class AppListModel;
|
| class AppListViewDelegate;
|
| class LauncherDelegate;
|
| class LauncherModel;
|
| @@ -63,9 +62,6 @@ class ASH_EXPORT ShellDelegate {
|
| // Invoked when a user uses Ctrl-Shift-Q to close chrome.
|
| virtual void Exit() = 0;
|
|
|
| - // Invoked to ask the delegate to populate the |model|.
|
| - virtual void BuildAppListModel(AppListModel* model) = 0;
|
| -
|
| // Invoked to create an AppListViewDelegate. Shell takes the ownership of
|
| // the created delegate.
|
| virtual AppListViewDelegate* CreateAppListViewDelegate() = 0;
|
|
|