| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 135b1179a5fc986a9ae8f3eb2371f2ebdd5ae98f..6d9795439fe2b5b65b3da3dcc8b9f98eb188561c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -295,11 +295,6 @@ const char kDisableOfflineAutoReloadVisibleOnly[] =
|
| // Disable out-of-process V8 proxy resolver.
|
| const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac";
|
|
|
| -// Disable the setting to prompt the user for their OS account password before
|
| -// revealing plaintext passwords in the password manager.
|
| -const char kDisablePasswordManagerReauthentication[] =
|
| - "disable-password-manager-reauthentication";
|
| -
|
| // Disables the Permissions Blacklist, which blocks access to permissions
|
| // for blacklisted sites.
|
| const char kDisablePermissionsBlacklist[] = "disable-permissions-blacklist";
|
|
|