diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-10 00:08:28 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-10 00:08:28 +0000 |
commit | b7ca76b51d7a8c3f28d068a70b7b607be814c63e (patch) | |
tree | 27669f21b1e3d07ee21b136cfabe3fcf9ee5f3b8 /chrome | |
parent | 0ef23e3a8d68186a3117899b17e12d25d2b2de61 (diff) | |
download | chromium_src-b7ca76b51d7a8c3f28d068a70b7b607be814c63e.zip chromium_src-b7ca76b51d7a8c3f28d068a70b7b607be814c63e.tar.gz chromium_src-b7ca76b51d7a8c3f28d068a70b7b607be814c63e.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/sync/notification_method.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |