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 65afc71ccb781cadfd7654acbf677bab6061fa04..1df8e027f64520ce898ed1a7b6fb5e4e35c05dd8 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host.cc |
@@ -307,6 +307,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 = |