Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: components/update_client/action.h

Issue 2206583007: Handle the case when the updates are disabled for a component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/update_client/action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)>;
« no previous file with comments | « no previous file | components/update_client/action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698