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

Unified Diff: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc

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/ui/webui/chromeos/login/core_oobe_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
index 4b1cd8ba9bf5098fd3fdba980f90c3710e1583c5..668be6c76bc41157543dca0fe31b8d9a13b0e670 100644
--- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
@@ -252,6 +252,11 @@ void CoreOobeHandler::ReloadContent(const base::DictionaryValue& dictionary) {
CallJSOrDefer("reloadContent", dictionary);
}
+void CoreOobeHandler::ReloadEulaContent(
+ const base::DictionaryValue& dictionary) {
+ CallJSOrDefer("reloadEulaContent", dictionary);
+}
+
void CoreOobeHandler::ShowControlBar(bool show) {
CallJSOrDefer("showControlBar", show);
}

Powered by Google App Engine
This is Rietveld 408576698