| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a1cb02bb0d4a664e2431eff1bf9c028db2bbd042..ee13f57ff824210cd8dc3d464bd134695d1df078 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -554,9 +554,6 @@ const char kEnableUserAlternateProtocolPorts[] =
|
| // apps).
|
| 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";
|
|
|
|
|