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

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

Issue 1487283005: Implement the new Sync Confirmation dialog on Linux and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted a few sign changes missed in last patchset Created 4 years, 11 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 e56224240f20d5891530048fc6087cc2f0fb48c4..349a5393222a8ac32366371cc096eda4afbab2a7 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.h
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
@@ -134,7 +134,8 @@ class OneClickSigninSyncStarter : public SigninTracker::Observer,
void AccountAddedToCookie(const GoogleServiceAuthError& error) override;
// LoginUIService::Observer override.
- void OnSyncConfirmationUIClosed(bool configure_sync_first) override;
+ void OnSyncConfirmationUIClosed(
+ LoginUIService::SyncConfirmationUIClosedResults results) override;
#if defined(ENABLE_CONFIGURATION_POLICY)
// User input handler for the signin confirmation dialog.
@@ -218,6 +219,8 @@ class OneClickSigninSyncStarter : public SigninTracker::Observer,
// the default "You are signed in" message is displayed.
void DisplayFinalConfirmationBubble(const base::string16& custom_message);
+ void DisplayModalSyncConfirmationWindow();
+
// Loads the |continue_url_| in the current tab.
void LoadContinueUrl();

Powered by Google App Engine
This is Rietveld 408576698