diff options
Diffstat (limited to 'client_library/include/update_engine/update_status.h')
-rw-r--r-- | client_library/include/update_engine/update_status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client_library/include/update_engine/update_status.h b/client_library/include/update_engine/update_status.h index b1cf1f85..043a36e5 100644 --- a/client_library/include/update_engine/update_status.h +++ b/client_library/include/update_engine/update_status.h @@ -48,6 +48,7 @@ enum class UpdateStatus { // Broadcast this state when an update aborts because user preferences do not // allow updates, e.g. over cellular network. NEED_PERMISSION_TO_UPDATE = 10, + CLEANUP_PREVIOUS_UPDATE = 11, // This value is exclusively used in Chrome. DO NOT define nor use it. // TODO(crbug.com/977320): Remove this value from chrome by refactoring the |