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

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

Issue 477273003: Revert 290030 "[Password Manager] Setup experiment to restrict a..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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
Index: trunk/src/components/password_manager/core/common/password_manager_switches.cc
===================================================================
--- trunk/src/components/password_manager/core/common/password_manager_switches.cc (revision 290044)
+++ trunk/src/components/password_manager/core/common/password_manager_switches.cc (working copy)
@@ -8,10 +8,6 @@
namespace switches {
-// Force the password manager to allow sync credentials to be autofilled.
-const char kAllowAutofillSyncCredential[] =
- "allow-autofill-sync-credential";
-
// Disable the link in the password manager settings page that points to account
// central.
const char kDisableAndroidPasswordLink[] = "disable-android-password-link";
@@ -24,15 +20,6 @@
const char kDisableManagerForSyncSignin[] =
"disable-manager-for-sync-signin";
-// Disallow autofilling of the sync credential.
-const char kDisallowAutofillSyncCredential[] =
- "disallow-autofill-sync-credential";
-
-// Disallow autofilling of the sync credential only for transactional reauth
-// pages.
-const char kDisallowAutofillSyncCredentialForReauth[] =
- "disallow-autofill-sync-credential-for-reauth";
-
// Enable the link in the password manager settings page that points to account
// central.
const char kEnableAndroidPasswordLink[] = "enable-android-password-link";

Powered by Google App Engine
This is Rietveld 408576698