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

Unified Diff: ui/app_list/cocoa/app_list_view_controller.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/cocoa/app_list_view_controller.h
diff --git a/ui/app_list/cocoa/app_list_view_controller.h b/ui/app_list/cocoa/app_list_view_controller.h
index 21f33559285e7e2c12eff034113e6eb7dd5a8023..83030e037976525d0527ed12a6284c3f07fe95de 100644
--- a/ui/app_list/cocoa/app_list_view_controller.h
+++ b/ui/app_list/cocoa/app_list_view_controller.h
@@ -22,7 +22,6 @@ class AppListModelObserverBridge;
@class AppListPagerView;
@class AppsGridController;
-@class SigninViewController;
// Controller for the top-level view of the app list UI. It creates and hosts an
// AppsGridController (displaying an AppListModel), pager control to navigate
@@ -37,9 +36,8 @@ APP_LIST_EXPORT
base::scoped_nsobject<AppsSearchBoxController> appsSearchBoxController_;
base::scoped_nsobject<AppsSearchResultsController>
appsSearchResultsController_;
- base::scoped_nsobject<SigninViewController> signinViewController_;
- // Subview for drawing the background. Hidden when the signin view is visible.
+ // Subview for drawing the background.
base::scoped_nsobject<NSView> backgroundView_;
// Subview of |backgroundView_| that slides out when search results are shown.

Powered by Google App Engine
This is Rietveld 408576698