| Index: chrome/browser/ui/app_list/app_list_view_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| index 0a2584fff1c73452a54b8405ff924795dc40eea3..e11ac0c21f73d0c9f5401e06723a5297e7d5d4e6 100644
|
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| @@ -80,6 +80,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
|
| virtual void ShowForProfileByPath(
|
| const base::FilePath& profile_path) OVERRIDE;
|
| virtual content::WebContents* GetStartPageContents() OVERRIDE;
|
| + virtual const Users& GetUsers() const OVERRIDE;
|
|
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
| @@ -98,6 +99,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
|
| scoped_ptr<app_list::SearchController> search_controller_;
|
| scoped_ptr<AppListControllerDelegate> controller_;
|
| Profile* profile_;
|
| + Users users_;
|
| app_list::AppListModel* model_; // Weak. Owned by AppListView.
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|