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

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

Issue 1806353002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.h b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
index 5cc33693280cd3b14a79b0756c355bc203ec2cbd..f7f7149dc9d75d9a92d194d7a8d95ccacb790ab2 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.h
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
@@ -131,8 +131,7 @@ class OneClickSigninSyncStarter : public SigninTracker::Observer,
void AccountAddedToCookie(const GoogleServiceAuthError& error) override;
// LoginUIService::Observer override.
- void OnSyncConfirmationUIClosed(
- LoginUIService::SyncConfirmationUIClosedResults results) override;
+ void OnSyncConfirmationUIClosed(uint32_t result) override;
// User input handler for the signin confirmation dialog.
class SigninDialogDelegate
@@ -195,6 +194,8 @@ class OneClickSigninSyncStarter : public SigninTracker::Observer,
// call FinishProfileSyncServiceSetup() function.
ProfileSyncService* GetProfileSyncService();
+ void SetFirstSetupComplete();
+
void FinishProfileSyncServiceSetup();
// Displays the settings UI and brings up the advanced sync settings

Powered by Google App Engine
This is Rietveld 408576698