| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8c5ef488e187019af1e64d955e326292e33a8866..75d22a0179bf6b4af0bc847170a81b872a8a43f2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -637,6 +637,9 @@ const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
|
| // 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";
|
|
|