summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 04:29:25 +0000
committerlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 04:29:25 +0000
commitfd44ec78f94eca53ebf278fdaffea005d75fd4b1 (patch)
treeaf5ec3ec3a3f792edcf87c27bbda3c5e9b39d541 /content
parent48d701b12eeedd4c52bc507a3c250170ba137305 (diff)
downloadchromium_src-fd44ec78f94eca53ebf278fdaffea005d75fd4b1.zip
chromium_src-fd44ec78f94eca53ebf278fdaffea005d75fd4b1.tar.gz
chromium_src-fd44ec78f94eca53ebf278fdaffea005d75fd4b1.tar.bz2
make new syncer thread the default. Fixed all the test cases that failed.
BUG=26339 TEST=unit_tests.exe, sync_integration_tests.exe, sync_unit_tests.exe. manual testcases: 1. Set up a brand new profile to sync and make sure it syncs. 2. enable/disable a datatype and make sure it syncs. 3. Make change to a datatype locally and make sure it gets propagated. 4. make change to a datatype remotely and make sure it syncs down. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=82026 Review URL: http://codereview.chromium.org/6874018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/common/notification_type.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index a2dff43..f0cf976 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -1115,11 +1115,8 @@ class NotificationType {
// Sync --------------------------------------------------------------------
- // Sent when the sync backend has been paused.
- SYNC_PAUSED,
-
- // Sent when the sync backend has been resumed.
- SYNC_RESUMED,
+ // Sent when the syncer is blocked configuring.
+ SYNC_CONFIGURE_BLOCKED,
// The sync service has started the configuration process.
SYNC_CONFIGURE_START,