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

Unified Diff: trunk/src/chrome/browser/about_flags.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/chrome/browser/about_flags.cc
===================================================================
--- trunk/src/chrome/browser/about_flags.cc (revision 290044)
+++ trunk/src/chrome/browser/about_flags.cc (working copy)
@@ -503,16 +503,6 @@
};
#endif
-const Experiment::Choice kAutofillSyncCredentialChoices[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
- { IDS_ALLOW_AUTOFILL_SYNC_CREDENTIAL,
- password_manager::switches::kAllowAutofillSyncCredential, ""},
- { IDS_DISALLOW_AUTOFILL_SYNC_CREDENTIAL_FOR_REAUTH,
- password_manager::switches::kDisallowAutofillSyncCredentialForReauth, ""},
- { IDS_DISALLOW_AUTOFILL_SYNC_CREDENTIAL,
- password_manager::switches::kDisallowAutofillSyncCredential, ""},
-};
-
// RECORDING USER METRICS FOR FLAGS:
// -----------------------------------------------------------------------------
// The first line of the experiment is the internal name. If you'd like to
@@ -1949,13 +1939,6 @@
kOsWin | kOsLinux | kOsCrOS,
SINGLE_VALUE_TYPE(extensions::switches::kEnableExtensionActionRedesign)
},
- {
- "autofill-sync-credential",
- IDS_FLAGS_AUTOFILL_SYNC_CREDENTIAL_NAME,
- IDS_FLAGS_AUTOFILL_SYNC_CREDENTIAL_DESCRIPTION,
- kOsAll,
- MULTI_VALUE_TYPE(kAutofillSyncCredentialChoices)
- },
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in
// histograms.xml and don't forget to run AboutFlagsHistogramTest unit test.

Powered by Google App Engine
This is Rietveld 408576698