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

Side by Side Diff: chrome/browser/chromeos/login/screens/core_oobe_view.h

Issue 2856683002: cros: Replace "TPM" with "secure module" for machines without TPM. (Closed)
Patch Set: Suffixed chromeos for chromeos compiling of secure_module_*. Created 3 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 unified diff | Download patch
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_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/browser/chromeos/login/help_app_launcher.h" 10 #include "chrome/browser/chromeos/login/help_app_launcher.h"
(...skipping 17 matching lines...) Expand all
28 virtual void ResetSignInUI(bool force_online) = 0; 28 virtual void ResetSignInUI(bool force_online) = 0;
29 virtual void ClearUserPodPassword() = 0; 29 virtual void ClearUserPodPassword() = 0;
30 virtual void RefocusCurrentPod() = 0; 30 virtual void RefocusCurrentPod() = 0;
31 virtual void ShowPasswordChangedScreen(bool show_password_error, 31 virtual void ShowPasswordChangedScreen(bool show_password_error,
32 const std::string& email) = 0; 32 const std::string& email) = 0;
33 virtual void SetUsageStats(bool checked) = 0; 33 virtual void SetUsageStats(bool checked) = 0;
34 virtual void SetOemEulaUrl(const std::string& oem_eula_url) = 0; 34 virtual void SetOemEulaUrl(const std::string& oem_eula_url) = 0;
35 virtual void SetTpmPassword(const std::string& tmp_password) = 0; 35 virtual void SetTpmPassword(const std::string& tmp_password) = 0;
36 virtual void ClearErrors() = 0; 36 virtual void ClearErrors() = 0;
37 virtual void ReloadContent(const base::DictionaryValue& dictionary) = 0; 37 virtual void ReloadContent(const base::DictionaryValue& dictionary) = 0;
38 virtual void ReloadEulaContent(const base::DictionaryValue& dictionary) = 0;
38 virtual void ShowControlBar(bool show) = 0; 39 virtual void ShowControlBar(bool show) = 0;
39 virtual void SetVirtualKeyboardShown(bool shown) = 0; 40 virtual void SetVirtualKeyboardShown(bool shown) = 0;
40 virtual void SetClientAreaSize(int width, int height) = 0; 41 virtual void SetClientAreaSize(int width, int height) = 0;
41 virtual void ShowDeviceResetScreen() = 0; 42 virtual void ShowDeviceResetScreen() = 0;
42 virtual void ShowEnableDebuggingScreen() = 0; 43 virtual void ShowEnableDebuggingScreen() = 0;
43 virtual void InitDemoModeDetection() = 0; 44 virtual void InitDemoModeDetection() = 0;
44 virtual void StopDemoModeDetection() = 0; 45 virtual void StopDemoModeDetection() = 0;
45 virtual void UpdateKeyboardState() = 0; 46 virtual void UpdateKeyboardState() = 0;
46 virtual void ShowActiveDirectoryPasswordChangeScreen( 47 virtual void ShowActiveDirectoryPasswordChangeScreen(
47 const std::string& username) = 0; 48 const std::string& username) = 0;
48 }; 49 };
49 50
50 } // namespace chromeos 51 } // namespace chromeos
51 52
52 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_ 53 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_CORE_OOBE_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698