| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6eda83a567542c848be2662284a4016eb9b859f7..bf78d6317c604735ae08cbf49ce039b65af0e034 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -339,16 +339,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";
|
| @@ -572,9 +562,6 @@ const char kEnableWebNotificationCustomLayouts[] =
|
| // crbug.com/529950
|
| const char kEnableWebUsbOnAnyOrigin[] = "enable-webusb-on-any-origin";
|
|
|
| -// Enables synchronizing WiFi credentials across devices, using Chrome Sync.
|
| -const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync";
|
| -
|
| // Values for the kExtensionContentVerification flag.
|
| // See ContentVerifierDelegate::Mode for more explanation.
|
| const char kExtensionContentVerificationBootstrap[] = "bootstrap";
|
|
|