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

Unified Diff: chrome/browser/resources/chromeos/login/lock.js

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/resources/chromeos/login/lock.js
diff --git a/chrome/browser/resources/chromeos/login/lock.js b/chrome/browser/resources/chromeos/login/lock.js
index f6b821e1aa83c4639c720fc26e168b85cbaccdae..12493dc05aff50beb2505c6e5d5d30f48403514a 100644
--- a/chrome/browser/resources/chromeos/login/lock.js
+++ b/chrome/browser/resources/chromeos/login/lock.js
@@ -80,6 +80,7 @@ cr.define('cr.ui.Oobe', function() {
setOemEulaUrl: function(oemEulaUrl) {},
setTpmPassword: function(password) {},
refreshA11yInfo: function(data) {},
+ reloadEulaContent: function(data) {},
/**
* Reloads content of the page.

Powered by Google App Engine
This is Rietveld 408576698