diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncer_thread.h')
| -rw-r--r-- | chrome/browser/sync/engine/syncer_thread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer_thread.h b/chrome/browser/sync/engine/syncer_thread.h index 8c71db4..1b0d9de 100644 --- a/chrome/browser/sync/engine/syncer_thread.h +++ b/chrome/browser/sync/engine/syncer_thread.h @@ -91,7 +91,8 @@ class SyncerThread : public base::RefCountedThreadSafe<SyncerThread>, kUnknown = 0, kNotification, kLocal, - kContinuation + kContinuation, + kClearPrivateData }; // Server can overwrite these values via client commands. // Standard short poll. This is used when XMPP is off. |
