| Index: sync/engine/nudge_source.h
|
| diff --git a/sync/engine/nudge_source.h b/sync/engine/nudge_source.h
|
| index 366f6d14247de042d59aa72fe57b1521ebe66400..d60b51558defb38f6b14d9dc9ba3b70aa8b00b95 100644
|
| --- a/sync/engine/nudge_source.h
|
| +++ b/sync/engine/nudge_source.h
|
| @@ -13,8 +13,6 @@ enum NudgeSource {
|
| NUDGE_SOURCE_NOTIFICATION,
|
| // A local change occurred (e.g. bookmark moved).
|
| NUDGE_SOURCE_LOCAL,
|
| - // A previous sync cycle did not fully complete (e.g. HTTP error).
|
| - NUDGE_SOURCE_CONTINUATION,
|
| // A local event is triggering an optimistic datatype refresh.
|
| NUDGE_SOURCE_LOCAL_REFRESH,
|
| };
|
|
|