Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3420)

Unified Diff: chrome/browser/ui/sync/one_click_signin_sync_starter.cc

Issue 9836103: Fix most remaining WebUI link errors on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: about_flags Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698