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

Unified Diff: ui/app_list/cocoa/signin_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/signin_view_controller.h
diff --git a/ui/app_list/cocoa/signin_view_controller.h b/ui/app_list/cocoa/signin_view_controller.h
deleted file mode 100644
index b03ac41799d1bf33f46494d88a58966a62a419dd..0000000000000000000000000000000000000000
--- a/ui/app_list/cocoa/signin_view_controller.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef UI_APP_LIST_COCOA_SIGNIN_VIEW_CONTROLLER_H_
-#define UI_APP_LIST_COCOA_SIGNIN_VIEW_CONTROLLER_H_
-
-#import <Cocoa/Cocoa.h>
-
-#include "ui/app_list/app_list_export.h"
-
-namespace app_list {
-class SigninDelegate;
-}
-
-// Controller for the app list signin page. The signin view shows a blue button
-// that opens a browser window to conduct the signin flow. The delegate also
-// provides UI text and actions for the view, including "Learn More" and
-// "Settings" links.
-APP_LIST_EXPORT
-@interface SigninViewController : NSViewController {
- @private
- app_list::SigninDelegate* delegate_; // Weak. Owned by AppListViewDelegate.
-}
-
-- (id)initWithFrame:(NSRect)frame
- cornerRadius:(CGFloat)cornerRadius
- delegate:(app_list::SigninDelegate*)delegate;
-
-@end
-
-#endif // UI_APP_LIST_COCOA_SIGNIN_VIEW_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698