Index: sync/internal_api/public/util/syncer_error.h |
diff --git a/sync/internal_api/public/util/syncer_error.h b/sync/internal_api/public/util/syncer_error.h |
index 471bc7e2b4b3e1e22ae34408afcf63058ba87529..db59b7d0183c4536311b9834e3b4842967658b1f 100644 |
--- a/sync/internal_api/public/util/syncer_error.h |
+++ b/sync/internal_api/public/util/syncer_error.h |
@@ -9,15 +9,7 @@ |
namespace syncer { |
-// This enum describes all the ways a SyncerCommand can fail. |
-// |
-// SyncerCommands do many different things, but they share a common function |
-// signature. This enum, the return value for all SyncerCommands, must be able |
-// to describe any possible failure for all SyncerComand. |
-// |
-// For convenience, functions which are invoked only by SyncerCommands may also |
-// return a SyncerError. It saves us having to write a conversion function, and |
-// it makes refactoring easier. |
+// This enum describes all the possible results of a sync cycle. |
enum SYNC_EXPORT_PRIVATE SyncerError { |
UNSET = 0, // Default value. |
CANNOT_DO_WORK, // A model worker could not process a work item. |