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

Side by Side Diff: chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.h

Issue 229163004: [Mac] Move profile related UI from cocoa/browser to cocoa/profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops forgot a comment Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_PROFILE_SIGNIN_CONFIRMATION_VIEW_CONTROLLER_ 5 #ifndef CHROME_BROWSER_UI_COCOA_PROFILES_PROFILE_SIGNIN_CONFIRMATION_VIEW_CONTRO LLER_
6 #define CHROME_BROWSER_UI_COCOA_PROFILE_SIGNIN_CONFIRMATION_VIEW_CONTROLLER_ 6 #define CHROME_BROWSER_UI_COCOA_PROFILES_PROFILE_SIGNIN_CONFIRMATION_VIEW_CONTRO LLER_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 #include <string> 9 #include <string>
10 10
11 #include "base/callback.h" 11 #include "base/callback.h"
12 #include "base/mac/scoped_nsobject.h" 12 #include "base/mac/scoped_nsobject.h"
13 #include "chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h " 13 #include "chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h "
14 14
15 @class HyperlinkTextView; 15 @class HyperlinkTextView;
16 class Browser; 16 class Browser;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 @end 61 @end
62 62
63 @interface ProfileSigninConfirmationViewController (TestingAPI) 63 @interface ProfileSigninConfirmationViewController (TestingAPI)
64 64
65 @property(readonly, nonatomic) ui::ProfileSigninConfirmationDelegate* delegate; 65 @property(readonly, nonatomic) ui::ProfileSigninConfirmationDelegate* delegate;
66 @property(readonly, nonatomic) NSButton* createProfileButton; 66 @property(readonly, nonatomic) NSButton* createProfileButton;
67 @property(readonly, nonatomic) NSTextView* explanationField; 67 @property(readonly, nonatomic) NSTextView* explanationField;
68 68
69 @end 69 @end
70 70
71 #endif // CHROME_BROWSER_UI_COCOA_PROFILE_SIGNIN_CONFIRMATION_VIEW_CONTROLLER_ 71 #endif // CHROME_BROWSER_UI_COCOA_PROFILES_PROFILE_SIGNIN_CONFIRMATION_VIEW_CON TROLLER_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698