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

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

Issue 539273002: Added UI to enable debugging features on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_UI_WEBUI_LOGIN_DISPLAY_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_UI_WEBUI_LOGIN_DISPLAY_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_UI_WEBUI_LOGIN_DISPLAY_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_UI_WEBUI_LOGIN_DISPLAY_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 virtual void Signout() override; 62 virtual void Signout() override;
63 virtual void CreateAccount() override; 63 virtual void CreateAccount() override;
64 virtual void CompleteLogin(const UserContext& user_context) override; 64 virtual void CompleteLogin(const UserContext& user_context) override;
65 65
66 virtual void OnSigninScreenReady() override; 66 virtual void OnSigninScreenReady() override;
67 virtual void CancelUserAdding() override; 67 virtual void CancelUserAdding() override;
68 virtual void LoadWallpaper(const std::string& username) override; 68 virtual void LoadWallpaper(const std::string& username) override;
69 virtual void LoadSigninWallpaper() override; 69 virtual void LoadSigninWallpaper() override;
70 virtual void RemoveUser(const std::string& username) override; 70 virtual void RemoveUser(const std::string& username) override;
71 virtual void ShowEnterpriseEnrollmentScreen() override; 71 virtual void ShowEnterpriseEnrollmentScreen() override;
72 virtual void ShowEnableDebuggingScreen() override;
72 virtual void ShowKioskEnableScreen() override; 73 virtual void ShowKioskEnableScreen() override;
73 virtual void ShowKioskAutolaunchScreen() override; 74 virtual void ShowKioskAutolaunchScreen() override;
74 virtual void ShowWrongHWIDScreen() override; 75 virtual void ShowWrongHWIDScreen() override;
75 virtual void SetWebUIHandler( 76 virtual void SetWebUIHandler(
76 LoginDisplayWebUIHandler* webui_handler) override; 77 LoginDisplayWebUIHandler* webui_handler) override;
77 virtual void ShowSigninScreenForCreds(const std::string& username, 78 virtual void ShowSigninScreenForCreds(const std::string& username,
78 const std::string& password); 79 const std::string& password);
79 virtual const user_manager::UserList& GetUsers() const override; 80 virtual const user_manager::UserList& GetUsers() const override;
80 virtual bool IsShowGuest() const override; 81 virtual bool IsShowGuest() const override;
81 virtual bool IsShowUsers() const override; 82 virtual bool IsShowUsers() const override;
(...skipping 26 matching lines...) Expand all
108 109
109 scoped_ptr<GaiaScreen> gaia_screen_; 110 scoped_ptr<GaiaScreen> gaia_screen_;
110 scoped_ptr<UserSelectionScreen> user_selection_screen_; 111 scoped_ptr<UserSelectionScreen> user_selection_screen_;
111 112
112 DISALLOW_COPY_AND_ASSIGN(WebUILoginDisplay); 113 DISALLOW_COPY_AND_ASSIGN(WebUILoginDisplay);
113 }; 114 };
114 115
115 } // namespace chromeos 116 } // namespace chromeos
116 117
117 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_UI_WEBUI_LOGIN_DISPLAY_H_ 118 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_UI_WEBUI_LOGIN_DISPLAY_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/ui/oobe_display.h ('k') | chrome/browser/chromeos/login/ui/webui_login_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698