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

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

Issue 1806353002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/login_ui_service.h
diff --git a/chrome/browser/ui/webui/signin/login_ui_service.h b/chrome/browser/ui/webui/signin/login_ui_service.h
index ce3ffead914a26b9fa92f857195ef44f7c4c5216..3afc986e3be2307e097bff96847ebbe04fffcda8 100644
--- a/chrome/browser/ui/webui/signin/login_ui_service.h
+++ b/chrome/browser/ui/webui/signin/login_ui_service.h
@@ -36,6 +36,9 @@ class LoginUIService : public KeyedService {
enum SyncConfirmationUIClosedResults {
// Start sync immediately.
SYNC_WITH_DEFAULT_SETTINGS,
+ // Start sync immediately and go to the 'Activity controls' section of
+ // the privacy settings page.
+ SYNC_WITH_ACTIVITY_CONTROLS,
// Show the user the sync settings before starting sync.
CONFIGURE_SYNC_FIRST,
// The signing process was aborted, don't start sync or show settings.

Powered by Google App Engine
This is Rietveld 408576698