| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d2f73c2e88aca4d549ebd1853edd81d7eb15fd3b..d9f573335c3369f35a3f013c4d3ec5982b0966dd 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -556,6 +556,8 @@ const char kEnableUserAlternateProtocolPorts[] =
|
| // apps).
|
| extern const char kEnableWebAppFrame[] = "enable-web-app-frame";
|
|
|
| +extern const char kEnableWebUsbNotifications[] = "enable-webusb-notifications";
|
| +
|
| // Enables synchronizing WiFi credentials across devices, using Chrome Sync.
|
| const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync";
|
|
|
|
|