Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 878599e6c107d1b94a59df424e6a8c08f93b9758..7d7832fbf17f6c991bd0bb57c30f553c95a8959e 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -558,6 +558,8 @@ const char kEnableUserAlternateProtocolPorts[] = |
// apps). |
extern const char kEnableWebAppFrame[] = "enable-web-app-frame"; |
+extern const char kEnableWebUsbNotification[] = "enable-webusb-notification"; |
Reilly Grant (use Gerrit)
2015/08/20 17:02:45
Please rename the flag to "enable-webusb-notificat
juncai
2015/08/21 05:16:04
Done.
|
+ |
// Enables synchronizing WiFi credentials across devices, using Chrome Sync. |
const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync"; |