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

Unified Diff: chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h

Issue 2944553003: cros: Enable Ext4 migration in ARC kiosk mode. (Closed)
Patch Set: Add UMA. Created 3 years, 6 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/encryption_migration_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
index 5dba39d5b924ece87fa9be9b2ac9750b5f46d4cd..8709ec838346ac0875a09de7adaf15a7761f34bf 100644
--- a/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
@@ -92,6 +92,9 @@ class EncryptionMigrationScreenHandler : public EncryptionMigrationScreenView,
// Creates authorization key for MountEx method using |user_context_|.
cryptohome::KeyDefinition GetAuthKey();
+ // True if the session is in ARC kiosk mode.
+ bool IsArcKiosk() const;
+
// Handlers for cryptohome API callbacks.
void OnMigrationProgress(cryptohome::DircryptoMigrationStatus status,
uint64_t current,

Powered by Google App Engine
This is Rietveld 408576698