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

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

Issue 2798023005: Force encryption migration if the device supports ARC. (Closed)
Patch Set: Bind |auth_mode| Created 3 years, 8 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/screen_encryption_migration.js
diff --git a/chrome/browser/resources/chromeos/login/screen_encryption_migration.js b/chrome/browser/resources/chromeos/login/screen_encryption_migration.js
index 440a58bd4debecfecf4ea2055844ef0d0f8496d0..d75756859904b5aa08133efa135b664e64134ccd 100644
--- a/chrome/browser/resources/chromeos/login/screen_encryption_migration.js
+++ b/chrome/browser/resources/chromeos/login/screen_encryption_migration.js
@@ -21,6 +21,9 @@ login.createScreen('EncryptionMigrationScreen', 'encryption-migration',
encryptionMigration.addEventListener('upgrade', function() {
chrome.send('startMigration');
});
+ encryptionMigration.addEventListener('skip', function() {
+ chrome.send('skipMigration');
+ });
encryptionMigration.addEventListener('restart', function() {
chrome.send('requestRestart');
});
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698