| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5bc2188f5b9221e6a960170f4e90688e9fd8cefa..524a8fca18d4e0d81f53602c43d8eb89f392b896 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -635,6 +635,9 @@ extern const char kEnableWebAppFrame[] = "enable-web-app-frame";
|
| // Enables the Website Settings page on the Settings page.
|
| const char kEnableWebsiteSettingsManager[] = "enable-website-settings-manager";
|
|
|
| +// Enables synchronizing WiFi credentials across devices, using Chrome Sync.
|
| +const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync";
|
| +
|
| // Explicitly allows additional ports using a comma-separated list of port
|
| // numbers.
|
| const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";
|
|
|