| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ffdd7bb5ebf5636529482bf385b9d5dcc181cde3..25e7380688adcc6014b3d101edf7e98be54ea506 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -336,16 +336,6 @@ const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble";
|
| // and allocates certain resources accordingly.
|
| const char kDisableSiteEngagementService[] = "disable-site-engagement-service";
|
|
|
| -// Disables syncing browser data to a Google Account.
|
| -const char kDisableSync[] = "disable-sync";
|
| -
|
| -// Disables syncing one or more sync data types that are on by default.
|
| -// See sync/internal_api/public/base/model_type.h for possible types. Types
|
| -// should be comma separated, and follow the naming convention for string
|
| -// representation of model types, e.g.:
|
| -// --disable-synctypes='Typed URLs, Bookmarks, Autofill Profiles'
|
| -const char kDisableSyncTypes[] = "disable-sync-types";
|
| -
|
| // Disables Web Notification custom layouts.
|
| const char kDisableWebNotificationCustomLayouts[] =
|
| "disable-web-notification-custom-layouts";
|
|
|