| 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 e65979e186137306ad2d0f9e966fd83a182e8eab..26bbd9a8bef1ce7f5c0eaee889a709b0e56ff539 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
|
| @@ -113,6 +113,9 @@ class EncryptionMigrationScreenHandler : public EncryptionMigrationScreenView,
|
| // sufficient.
|
| bool should_migrate_on_enough_battery_ = false;
|
|
|
| + // The battery level at the timing that the migration starts.
|
| + double initial_battery_percent_ = 0.0;
|
| +
|
| std::unique_ptr<device::PowerSaveBlocker> power_save_blocker_;
|
|
|
| base::WeakPtrFactory<EncryptionMigrationScreenHandler> weak_ptr_factory_;
|
|
|