| Index: chrome/browser/sync/notification_method.cc
|
| ===================================================================
|
| --- chrome/browser/sync/notification_method.cc (revision 51514)
|
| +++ chrome/browser/sync/notification_method.cc (working copy)
|
| @@ -8,8 +8,9 @@
|
|
|
| namespace browser_sync {
|
|
|
| +// TODO(akalin): Eventually change this to NOTIFICATION_NEW.
|
| const NotificationMethod kDefaultNotificationMethod =
|
| - NOTIFICATION_SERVER;
|
| + NOTIFICATION_TRANSITIONAL;
|
|
|
| std::string NotificationMethodToString(
|
| NotificationMethod notification_method) {
|
|
|