| 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,
|
|
|