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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1289423002: Add webusb notification UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use USB_DEVICE_NAME instead of USB_DEVICE_PRODUCT_NAME in generated_resources.grd Created 5 years, 3 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 913f5013e6c4299998bd6693fc6799bfac5021fa..3a31e260941ed3c323222fdf1a5ad3ec35f50342 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -559,6 +559,8 @@ const char kEnableUserAlternateProtocolPorts[] =
// apps).
const char kEnableWebAppFrame[] = "enable-web-app-frame";
+extern const char kEnableWebUsbNotifications[] = "enable-webusb-notifications";
Alexei Svitkine (slow) 2015/09/04 15:34:35 Nit: Why is this marked extern? Nothing else in th
juncai 2015/09/04 16:39:13 Done in a new patch.
+
// Enables synchronizing WiFi credentials across devices, using Chrome Sync.
const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync";

Powered by Google App Engine
This is Rietveld 408576698