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

Unified Diff: chrome/browser/ui/webui/signin/sync_confirmation_handler.h

Issue 1806353002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 9 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/sync_confirmation_handler.h
diff --git a/chrome/browser/ui/webui/signin/sync_confirmation_handler.h b/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
index cb3506a7030b6861d8c70afe9e32015047d76033..a32f5c1fa13cfff8d76122f01472089b1ea74058 100644
--- a/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
+++ b/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
@@ -57,7 +57,8 @@ class SyncConfirmationHandler : public content::WebUIMessageHandler,
Browser* GetDesktopBrowser();
void CloseModalSigninWindow(
- LoginUIService::SyncConfirmationUIClosedResults results);
+ LoginUIService::SyncConfirmationUIClosedResults results,
+ bool open_activity_controls_url);
DISALLOW_COPY_AND_ASSIGN(SyncConfirmationHandler);
};

Powered by Google App Engine
This is Rietveld 408576698