Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3483)

Unified Diff: chrome/browser/ui/startup/bad_flags_prompt.cc

Issue 2611773004: Allow top-level frames to request any USB device. (Closed)
Patch Set: Add comments explaining how the mock devices are being used. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/print_preview/extension_printer_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/print_preview/extension_printer_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698