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

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

Issue 15734006: Restructure user-creation flow and surface errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix Mac browser test Created 7 years, 7 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.h
===================================================================
--- chrome/browser/ui/sync/one_click_signin_sync_starter.h (revision 202001)
+++ chrome/browser/ui/sync/one_click_signin_sync_starter.h (working copy)
@@ -95,9 +95,10 @@
void LoadPolicyWithCachedClient();
// Callback invoked once a profile is created, so we can complete the
- // credentials transfer and load policy.
- void CompleteSigninForNewProfile(Profile* profile,
- Profile::CreateStatus status);
+ // credentials transfer, load policy, and open the first window.
+ void CompleteInitForNewProfile(chrome::HostDesktopType desktop_type,
+ Profile* profile,
+ Profile::CreateStatus status);
// Cancels the in-progress signin for this profile.
void CancelSigninAndDelete();

Powered by Google App Engine
This is Rietveld 408576698