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

Unified Diff: chrome/browser/ui/webui/signin/login_ui_service.cc

Issue 435423005: Implement the inline signin confirmation bubble and mirror upgrade tutorial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits fixed 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
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_service.h ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/signin/login_ui_service.cc
diff --git a/chrome/browser/ui/webui/signin/login_ui_service.cc b/chrome/browser/ui/webui/signin/login_ui_service.cc
index b01cc0dddf21e5ef0710bc923d6a975213f25c4b..ed917088fc84fa2c4fe3e50491fb923041e8144b 100644
--- a/chrome/browser/ui/webui/signin/login_ui_service.cc
+++ b/chrome/browser/ui/webui/signin/login_ui_service.cc
@@ -47,6 +47,13 @@ void LoginUIService::LoginUIClosed(LoginUI* ui) {
FOR_EACH_OBSERVER(Observer, observer_list_, OnLoginUIClosed(ui));
}
+void LoginUIService::SyncConfirmationUIClosed(bool configure_sync_first) {
+ FOR_EACH_OBSERVER(
+ Observer,
+ observer_list_,
+ OnSyncConfirmationUIClosed(configure_sync_first));
+}
+
void LoginUIService::ShowLoginPopup() {
#if defined(OS_CHROMEOS)
if (chrome::IsRunningInForcedAppMode())
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_service.h ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698