| Index: chromeos/dbus/update_engine_client.h
|
| diff --git a/chromeos/dbus/update_engine_client.h b/chromeos/dbus/update_engine_client.h
|
| index 31af6168c3d95a530c5b3a7551e698da50e4f889..eddd9125cb0463a1cd334f40a5a6d49e88f491e8 100644
|
| --- a/chromeos/dbus/update_engine_client.h
|
| +++ b/chromeos/dbus/update_engine_client.h
|
| @@ -34,7 +34,8 @@ class CHROMEOS_EXPORT UpdateEngineClient : public DBusClient {
|
| UPDATE_STATUS_VERIFYING,
|
| UPDATE_STATUS_FINALIZING,
|
| UPDATE_STATUS_UPDATED_NEED_REBOOT,
|
| - UPDATE_STATUS_REPORTING_ERROR_EVENT
|
| + UPDATE_STATUS_REPORTING_ERROR_EVENT,
|
| + UPDATE_STATUS_ATTEMPTING_ROLLBACK
|
| };
|
|
|
| // The status of the ongoing update attempt.
|
|
|