| Index: chrome/browser/sync/engine/nudge_source.h
|
| diff --git a/chrome/browser/sync/engine/nudge_source.h b/chrome/browser/sync/engine/nudge_source.h
|
| index 6a75ad15ff9474e7114e6cb764d89c4ce5342c67..3e3b3ae8820f6b810470335df75276825bb9d831 100644
|
| --- a/chrome/browser/sync/engine/nudge_source.h
|
| +++ b/chrome/browser/sync/engine/nudge_source.h
|
| @@ -18,9 +18,6 @@ enum NudgeSource {
|
| NUDGE_SOURCE_LOCAL,
|
| // A previous sync cycle did not fully complete (e.g. HTTP error).
|
| NUDGE_SOURCE_CONTINUATION,
|
| - // A nudge corresponding to the user invoking a function in the UI to clear
|
| - // their entire account and stop syncing (globally).
|
| - NUDGE_SOURCE_CLEAR_PRIVATE_DATA,
|
| };
|
|
|
| } // namespace s3
|
|
|