Chromium Code Reviews| Index: components/update_client/action.h |
| diff --git a/components/update_client/action.h b/components/update_client/action.h |
| index 5b67134bc648443386d38036c91f6acf4a1de929..455aac4ee9e53530c8ed7bc059234ee4ee557eb4 100644 |
| --- a/components/update_client/action.h |
| +++ b/components/update_client/action.h |
| @@ -40,6 +40,7 @@ class Action { |
| enum class ServiceError { |
| ERROR_WAIT = 1, |
| + ERROR_UPDATE_DISABLED = 2, |
| }; |
| using Callback = base::Callback<void(int error)>; |