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"; |