Index: chrome/browser/ui/sync/one_click_signin_sync_starter.cc |
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc |
index ac0fa7c31da098e1f35777984777d19e88828fc0..769ec43294f08cbcbb76ced53267381c6f024987 100644 |
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc |
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc |
@@ -54,8 +54,11 @@ void OneClickSigninSyncStarter::SigninSuccess() { |
profile_sync_service->SetSyncSetupCompleted(); |
profile_sync_service->UnsuppressAndStart(); |
} else { |
+#if !defined(OS_ANDROID) |
+ // Android uses native UI for sync setup. |
Andrew T Wilson (Slow)
2012/03/27 17:33:16
I think we should just remove all of the one_click
Yaron
2012/03/27 19:06:52
Done.
|
// Give the user a chance to configure things. |
LoginUIServiceFactory::GetForProfile(profile_)->ShowLoginUI(false); |
+#endif |
} |
delete this; |