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

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: Rebase 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 e8e41f44379bfe37f1eb62051838186eac2dd3bc..821666870cc529e03c48d8baec8c2d35de558621 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 {
@@ -44,10 +43,6 @@ 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);
-
// Returns the value of |toggle_speech_recognition_count_| and then
// resets this value to 0.
int GetToggleSpeechRecognitionCountAndReset();
@@ -56,7 +51,6 @@ class AppListTestViewDelegate : public AppListViewDelegate {
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,
@@ -101,7 +95,6 @@ class AppListTestViewDelegate : public AppListViewDelegate {
int next_profile_app_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