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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1426583008: Merge WebUSB notification flag into experimental web platform features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8b2b5c31e73fe34690e4d4944bcc065b45cd84f1..8e80903dab69a34b2348f01fbdd61e5aff2d5755 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -556,10 +556,6 @@ const char kEnableWebAppFrame[] = "enable-web-app-frame";
const char kEnableWebNotificationCustomLayouts[] =
"enable-web-notification-custom-layouts";
-// Enables webusb notifications, which shows notifications when usb devices with
-// landing page are plugged in.
-const char kEnableWebUsbNotifications[] = "enable-webusb-notifications";
-
// Bypasses the WebUSB permission prompt as it is not yet implemented.
// crbug.com/529950
const char kEnableWebUsbOnAnyOrigin[] = "enable-webusb-on-any-origin";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698