summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_thread.h
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 19:07:36 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 19:07:36 +0000
commit1ce52aae084f6a0201c64141e35772fc70bab1f0 (patch)
treef1d3ee1f356df34f5746f4659c05b0de5438a808 /chrome/browser/sync/engine/syncer_thread.h
parentaf3711395a43fc47aa5882148edc93d9674dcdf1 (diff)
downloadchromium_src-1ce52aae084f6a0201c64141e35772fc70bab1f0.zip
chromium_src-1ce52aae084f6a0201c64141e35772fc70bab1f0.tar.gz
chromium_src-1ce52aae084f6a0201c64141e35772fc70bab1f0.tar.bz2
Implements the backend for clearing data from the server
BUG=54280 TEST=accessible only via unit test checked in this CL Original patch by raz@chromium.org Original review: http://codereview.chromium.org/3293007 Review URL: http://codereview.chromium.org/3310018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine/syncer_thread.h')
-rw-r--r--chrome/browser/sync/engine/syncer_thread.h3
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.