| Index: chrome/browser/ui/startup/bad_flags_prompt.cc
|
| diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| index 9e1546aac0c6b063461b236fc9fca1627fb409ad..2108128c23ded3e2c3e1e955c732604860614550 100644
|
| --- a/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| +++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| @@ -87,12 +87,6 @@ void ShowBadFlagsPrompt(Browser* browser) {
|
| // if they are not.
|
| switches::kUnsafelyTreatInsecureOriginAsSecure,
|
|
|
| - // This flag disables WebUSB's CORS-like checks for origin to device
|
| - // communication, allowing any origin to ask the user for permission to
|
| - // connect to a device. It is intended for manufacturers testing their
|
| - // existing devices until https://crbug.com/598766 is implemented.
|
| - switches::kDisableWebUsbSecurity,
|
| -
|
| NULL
|
| };
|
|
|
|
|