| Index: chrome/browser/sync/glue/sync_backend_host.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc
|
| index 15e79670aa2f3f5301c7bc83178357f17b0f4b4e..5ee5ecb319a6c6853c36fb36bbb10c5eeb82d3ab 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.cc
|
| @@ -309,6 +309,7 @@ notifier::NotifierOptions ParseNotifierOptions(
|
| request_context_getter) {
|
| notifier::NotifierOptions notifier_options;
|
| notifier_options.request_context_getter = request_context_getter;
|
| + notifier_options.auth_mechanism ="X-OAUTH2";
|
|
|
| if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) {
|
| notifier_options.xmpp_host_port =
|
|
|