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

Unified Diff: ui/app_list/app_list_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/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;

Powered by Google App Engine
This is Rietveld 408576698