| Index: ui/app_list/app_list_view_delegate.h
|
| ===================================================================
|
| --- ui/app_list/app_list_view_delegate.h (revision 179305)
|
| +++ ui/app_list/app_list_view_delegate.h (working copy)
|
| @@ -12,7 +12,6 @@
|
| class AppListItemModel;
|
| class AppListModel;
|
| class SearchResult;
|
| -class SigninDelegate;
|
|
|
| class APP_LIST_EXPORT AppListViewDelegate {
|
| public:
|
| @@ -23,9 +22,6 @@
|
| // Note that AppListView owns the model.
|
| virtual void SetModel(AppListModel* model) = 0;
|
|
|
| - // Gets the SigninDelegate for the app list. Owned by the AppListViewDelegate.
|
| - virtual SigninDelegate* GetSigninDelegate() = 0;
|
| -
|
| // Invoked when an AppListeItemModelView is activated by click or enter key.
|
| virtual void ActivateAppListItem(AppListItemModel* item,
|
| int event_flags) = 0;
|
|
|