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

Side by Side Diff: chrome/browser/chromeos/login/webui_login_display.h

Issue 13542003: Add browser test for new user CrOS login flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_CHROMEOS_LOGIN_WEBUI_LOGIN_DISPLAY_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_DISPLAY_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_DISPLAY_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_DISPLAY_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 virtual void OnSigninScreenReady() OVERRIDE; 65 virtual void OnSigninScreenReady() OVERRIDE;
66 virtual void RemoveUser(const std::string& username) OVERRIDE; 66 virtual void RemoveUser(const std::string& username) OVERRIDE;
67 virtual void ResyncUserData() OVERRIDE; 67 virtual void ResyncUserData() OVERRIDE;
68 virtual void ShowEnterpriseEnrollmentScreen() OVERRIDE; 68 virtual void ShowEnterpriseEnrollmentScreen() OVERRIDE;
69 virtual void ShowResetScreen() OVERRIDE; 69 virtual void ShowResetScreen() OVERRIDE;
70 virtual void ShowWrongHWIDScreen() OVERRIDE; 70 virtual void ShowWrongHWIDScreen() OVERRIDE;
71 virtual void SetWebUIHandler( 71 virtual void SetWebUIHandler(
72 LoginDisplayWebUIHandler* webui_handler) OVERRIDE; 72 LoginDisplayWebUIHandler* webui_handler) OVERRIDE;
73 virtual void ShowSigninScreenForCreds(const std::string& username, 73 virtual void ShowSigninScreenForCreds(const std::string& username,
74 const std::string& password); 74 const std::string& password);
75 virtual void SetGaiaOriginForTesting(const std::string& arg);
75 virtual const UserList& GetUsers() const OVERRIDE; 76 virtual const UserList& GetUsers() const OVERRIDE;
76 virtual bool IsShowGuest() const OVERRIDE; 77 virtual bool IsShowGuest() const OVERRIDE;
77 virtual bool IsShowUsers() const OVERRIDE; 78 virtual bool IsShowUsers() const OVERRIDE;
78 virtual bool IsShowNewUser() const OVERRIDE; 79 virtual bool IsShowNewUser() const OVERRIDE;
79 virtual void SetDisplayEmail(const std::string& email) OVERRIDE; 80 virtual void SetDisplayEmail(const std::string& email) OVERRIDE;
80 virtual void Signout() OVERRIDE; 81 virtual void Signout() OVERRIDE;
81 82
82 // UserActivityDetector implementation: 83 // UserActivityDetector implementation:
83 virtual void OnUserActivity() OVERRIDE; 84 virtual void OnUserActivity() OVERRIDE;
84 85
(...skipping 18 matching lines...) Expand all
103 104
104 // Reference to the WebUI handling layer for the login screen 105 // Reference to the WebUI handling layer for the login screen
105 LoginDisplayWebUIHandler* webui_handler_; 106 LoginDisplayWebUIHandler* webui_handler_;
106 107
107 DISALLOW_COPY_AND_ASSIGN(WebUILoginDisplay); 108 DISALLOW_COPY_AND_ASSIGN(WebUILoginDisplay);
108 }; 109 };
109 110
110 } // namespace chromeos 111 } // namespace chromeos
111 112
112 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_DISPLAY_H_ 113 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_DISPLAY_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/oobe_browsertest.cc ('k') | chrome/browser/chromeos/login/webui_login_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698