| 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.
|
|
|