From b7ca76b51d7a8c3f28d068a70b7b607be814c63e Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Sat, 10 Jul 2010 00:08:28 +0000 Subject: Set default sync notification method to "server". BUG=34647 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51494 Review URL: http://codereview.chromium.org/2822044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52023 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/notification_method.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome') diff --git a/chrome/browser/sync/notification_method.cc b/chrome/browser/sync/notification_method.cc index 9c00344..2c9896a 100644 --- a/chrome/browser/sync/notification_method.cc +++ b/chrome/browser/sync/notification_method.cc @@ -8,9 +8,8 @@ namespace browser_sync { -// TODO(akalin): Eventually change this to NOTIFICATION_NEW. const NotificationMethod kDefaultNotificationMethod = - NOTIFICATION_TRANSITIONAL; + NOTIFICATION_SERVER; std::string NotificationMethodToString( NotificationMethod notification_method) { -- cgit v1.1