| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 17c6b950fae454c13b15bebf4ad5a3d79b72c07b..43012bad9273763283680672160a1657be2adf65 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -236,9 +236,6 @@ const char kDisableComponentUpdate[] = "disable-component-update";
|
| // automated testing.
|
| const char kDisableDefaultApps[] = "disable-default-apps";
|
|
|
| -// Disables device discovery.
|
| -const char kDisableDeviceDiscovery[] = "disable-device-discovery";
|
| -
|
| // Disables device discovery notifications.
|
| const char kDisableDeviceDiscoveryNotifications[] =
|
| "disable-device-discovery-notifications";
|
|
|