| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a0f3df16d447b8a4f4a0aa9937f53487d71043bf..fe52ae4d102e05082a08976d491ef9f512b4fc1f 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";
|
|
|