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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2611773004: Allow top-level frames to request any USB device. (Closed)
Patch Set: Fix unit_tests compile. Created 3 years, 12 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
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".

Powered by Google App Engine
This is Rietveld 408576698