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

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

Issue 471023003: Make sure the new confirmation bubble is always shown upon signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: show new confirmation bubble after modal dialog closed Created 6 years, 4 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 bf23a2f3965aea1d814ba55e4618027dd4fd4ba8..25e11cd079838e90c791d5ff7f6b7d65c65b9d08 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.h
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
@@ -218,10 +218,10 @@ class OneClickSigninSyncStarter : public SigninTracker::Observer,
// Loads the |continue_url_| in the current tab.
void LoadContinueUrl();
- // Sets/gets the start sync mode. Called by SigninDialogDelegate to override
- // the start sync mode if needed.
- void SetStartSyncMode(StartSyncMode start_mode);
+ // Gets the start sync mode.
StartSyncMode GetStartSyncMode();
+ // Sets the confirmation required flag.
+ void SetConfirmationRequired(ConfirmationRequired confirmation_required);
Profile* profile_;
Browser* browser_;

Powered by Google App Engine
This is Rietveld 408576698