| Index: ui/app_list/test/app_list_test_view_delegate.h
|
| diff --git a/ui/app_list/test/app_list_test_view_delegate.h b/ui/app_list/test/app_list_test_view_delegate.h
|
| index ff929c61588b6326e2fccbb6e1c5d0858c7d668f..c204f3832e34429bbd5cec0fb0ca8ab338f64665 100644
|
| --- a/ui/app_list/test/app_list_test_view_delegate.h
|
| +++ b/ui/app_list/test/app_list_test_view_delegate.h
|
| @@ -19,7 +19,6 @@ namespace app_list {
|
| namespace test {
|
|
|
| class AppListTestModel;
|
| -class TestSigninDelegate;
|
|
|
| // A concrete AppListViewDelegate for unit tests.
|
| class AppListTestViewDelegate : public AppListViewDelegate {
|
| @@ -40,15 +39,10 @@ class AppListTestViewDelegate : public AppListViewDelegate {
|
| auto_launch_timeout_ = timeout;
|
| }
|
|
|
| - // Sets the signin status of the signin delegate, creating one if there isn't
|
| - // one already.
|
| - void SetSignedIn(bool signed_in);
|
| -
|
| // AppListViewDelegate overrides:
|
| virtual bool ForceNativeDesktop() const OVERRIDE;
|
| virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {}
|
| virtual AppListModel* GetModel() OVERRIDE;
|
| - virtual SigninDelegate* GetSigninDelegate() OVERRIDE;
|
| virtual SpeechUIModel* GetSpeechUI() OVERRIDE;
|
| virtual void GetShortcutPathForApp(
|
| const std::string& app_id,
|
| @@ -91,7 +85,6 @@ class AppListTestViewDelegate : public AppListViewDelegate {
|
| int open_search_result_count_;
|
| std::map<size_t, int> open_search_result_counts_;
|
| Users users_;
|
| - scoped_ptr<TestSigninDelegate> test_signin_delegate_;
|
| scoped_ptr<AppListTestModel> model_;
|
| ObserverList<AppListViewDelegateObserver> observers_;
|
| SpeechUIModel speech_ui_;
|
|
|