| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 47bb9fa49d033fc06a0aea1726b6f4377b6985d3..1ae754e2a10e681a024f23f349bdc4448fcbb3d6 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -185,6 +185,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
| // types and clicking OK.
|
| // Events resulting in the stoppage of sync service.
|
| STOP_FROM_OPTIONS = 20, // Sync was stopped from Wrench->Options.
|
| + STOP_FROM_ADVANCED_DIALOG = 21, // Sync was stopped via advanced settings.
|
|
|
| // Miscellaneous events caused by sync service.
|
|
|
|
|