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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/screens/core_oobe_view.h
diff --git a/chrome/browser/chromeos/login/screens/core_oobe_view.h b/chrome/browser/chromeos/login/screens/core_oobe_view.h
index 8b459bcf9e0b3b34b9b1d0352296052fbf2c5e5a..b655455ac7a4f8362cd694b9d186b8450eef2ca8 100644
--- a/chrome/browser/chromeos/login/screens/core_oobe_view.h
+++ b/chrome/browser/chromeos/login/screens/core_oobe_view.h
@@ -35,6 +35,7 @@ class CoreOobeView {
virtual void SetTpmPassword(const std::string& tmp_password) = 0;
virtual void ClearErrors() = 0;
virtual void ReloadContent(const base::DictionaryValue& dictionary) = 0;
+ virtual void ReloadEulaContent(const base::DictionaryValue& dictionary) = 0;
virtual void ShowControlBar(bool show) = 0;
virtual void SetVirtualKeyboardShown(bool shown) = 0;
virtual void SetClientAreaSize(int width, int height) = 0;
« 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