| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 38a4a889bff65e2258947e3f1e9bb0d296fb4a85..1897585cadb46a58f6597b20bc8122d3f37c4e9c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -283,9 +283,6 @@ const char kDisableSettingsWindow[] = "disable-settings-window";
|
| const char kDisableWebNotificationCustomLayouts[] =
|
| "disable-web-notification-custom-layouts";
|
|
|
| -// Disables WebUSB's CORS-like checks for origin->device communication.
|
| -const char kDisableWebUsbSecurity[] = "disable-webusb-security";
|
| -
|
| // Some tests seem to require the application to close when the last
|
| // browser window is closed. Thus, we need a switch to force this behavior
|
| // for ChromeOS Aura, disable "zero window mode".
|
|
|