Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: ui/app_list/test/app_list_test_view_delegate.h

Issue 309443002: Remove need to sign in to use the App Launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698