Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: components/password_manager/core/common/password_manager_switches.cc

Issue 1744513002: [Password Manager] Remove the "manager-for-sync-signin" flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/password_manager/core/common/password_manager_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/common/password_manager_switches.cc
diff --git a/components/password_manager/core/common/password_manager_switches.cc b/components/password_manager/core/common/password_manager_switches.cc
index 7dd66b25ef8fea5c0160f644731d7d77395b61ed..abae7eb85f809a4aa773d3d9f8a20eb7eb292a07 100644
--- a/components/password_manager/core/common/password_manager_switches.cc
+++ b/components/password_manager/core/common/password_manager_switches.cc
@@ -20,9 +20,6 @@ const char kDisableAffiliationBasedMatching[] =
// Disable dropping the credential used to sync passwords.
const char kDisableDropSyncCredential[] = "disable-drop-sync-credential";
-// Disable both saving and filling for the sync signin form.
-const char kDisableManagerForSyncSignin[] = "disable-manager-for-sync-signin";
-
// Disallow autofilling of the sync credential.
const char kDisallowAutofillSyncCredential[] =
"disallow-autofill-sync-credential";
@@ -41,10 +38,6 @@ const char kEnableAffiliationBasedMatching[] =
// Enable dropping the credential used to sync passwords.
const char kEnableDropSyncCredential[] = "enable-drop-sync-credential";
-// Enable saving and filling for the sync signin form. Currently the default
-// behavior.
-const char kEnableManagerForSyncSignin[] = "enable-manager-for-sync-signin";
-
} // namespace switches
} // namespace password_manager
« no previous file with comments | « components/password_manager/core/common/password_manager_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698