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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.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/oobe.js
diff --git a/chrome/browser/resources/chromeos/login/oobe.js b/chrome/browser/resources/chromeos/login/oobe.js
index 66668be334562cb7ad32621f379fa47f4c9ec5b1..d25ad7e68ad696e0fb6509328341200da7e7ccee 100644
--- a/chrome/browser/resources/chromeos/login/oobe.js
+++ b/chrome/browser/resources/chromeos/login/oobe.js
@@ -356,6 +356,15 @@ cr.define('cr.ui.Oobe', function() {
},
/**
+ * Reloads localized strings for the eula page.
+ * @param {!Object} data New dictionary with changed eula i18n values.
+ */
+ reloadEulaContent: function(data) {
+ loadTimeData.overrideValues(data);
+ i18nTemplate.process(document, loadTimeData);
+ },
+
+ /**
* Updates localized content of the screens.
* Should be executed on language change.
*/
« no previous file with comments | « chrome/browser/resources/chromeos/login/md_login.js ('k') | chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698