| Index: ui/app_list/app_list_view_delegate.h
|
| diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
|
| index 83f810297aa8512f3d9f40aa7992dca78d265490..166aaef3e593f50b3b9589e64818e9eccd6886c5 100644
|
| --- a/ui/app_list/app_list_view_delegate.h
|
| +++ b/ui/app_list/app_list_view_delegate.h
|
| @@ -31,7 +31,6 @@ namespace app_list {
|
| class AppListModel;
|
| class AppListViewDelegateObserver;
|
| class SearchResult;
|
| -class SigninDelegate;
|
| class SpeechUIModel;
|
|
|
| class APP_LIST_EXPORT AppListViewDelegate {
|
| @@ -52,9 +51,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
|
|
|
| // The path to this user's profile directory.
|
| base::FilePath profile_path;
|
| -
|
| - // Whether or not the current profile requires sign-in beofre use.
|
| - bool signin_required;
|
| };
|
| typedef std::vector<User> Users;
|
|
|
| @@ -73,9 +69,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
|
| // by the delegate, or owned elsewhere (e.g. a profile keyed service).
|
| virtual AppListModel* GetModel() = 0;
|
|
|
| - // Gets the SigninDelegate for the app list. Owned by the AppListViewDelegate.
|
| - virtual SigninDelegate* GetSigninDelegate() = 0;
|
| -
|
| // Gets the SpeechUIModel for the app list. Owned by the AppListViewDelegate.
|
| virtual SpeechUIModel* GetSpeechUI() = 0;
|
|
|
|
|