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

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

Issue 1868273002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dan's comments + 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/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 469bde9ebdc56a97484b62cf09d3f1d09648f43e..042f6c72309d17ff903ff0f99d14a0c6de0ab2d7 100644
--- a/chrome/browser/ui/webui/signin/login_ui_service.cc
+++ b/chrome/browser/ui/webui/signin/login_ui_service.cc
@@ -45,11 +45,11 @@ void LoginUIService::LoginUIClosed(LoginUI* ui) {
}
void LoginUIService::SyncConfirmationUIClosed(
- SyncConfirmationUIClosedResults results) {
+ SyncConfirmationUIClosedResult result) {
FOR_EACH_OBSERVER(
Observer,
observer_list_,
- OnSyncConfirmationUIClosed(results));
+ OnSyncConfirmationUIClosed(result));
}
void LoginUIService::UntrustedLoginUIShown() {
« no previous file with comments | « chrome/browser/ui/webui/signin/login_ui_service.h ('k') | chrome/browser/ui/webui/signin/sync_confirmation_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698