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

Unified Diff: ui/app_list/views/app_list_view.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/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index c3effe963206fe00789694ebbeb7ef4cba516d77..fb1e065513390ff940b0875035966bb97aee8c3a 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -30,8 +30,6 @@ class AppListViewDelegate;
class AppListViewObserver;
class HideViewAnimationObserver;
class PaginationModel;
-class SigninDelegate;
-class SigninView;
class SpeechView;
// AppListView is the top-level view and controller of app list UI. It creates
@@ -151,12 +149,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
virtual void OnSpeechRecognitionStateChanged(
SpeechRecognitionState new_state) OVERRIDE;
- SigninDelegate* GetSigninDelegate();
-
scoped_ptr<AppListViewDelegate> delegate_;
AppListMainView* app_list_main_view_;
- SigninView* signin_view_;
SpeechView* speech_view_;
// A semi-transparent white overlay that covers the app list while dialogs are

Powered by Google App Engine
This is Rietveld 408576698