Commit e46ef880 authored by Christoph Schwering's avatar Christoph Schwering Committed by Commit Bot

[Autofill] Removed obsolete feature AutofillOverrideWithRaterConsensus.

The feature is not referenced in the code.

Bug: 1007974
Change-Id: I21b990a88044af91bfb4da4abb47c26280ce01bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409942
Commit-Queue: Christoph Schwering <schwering@google.com>
Reviewed-by: default avatarMatthias Körber <koerber@google.com>
Cr-Commit-Position: refs/heads/master@{#809765}
parent f1aeba1d
...@@ -186,11 +186,6 @@ const base::Feature kAutofillMetadataUploads{"AutofillMetadataUploads", ...@@ -186,11 +186,6 @@ const base::Feature kAutofillMetadataUploads{"AutofillMetadataUploads",
const base::Feature kAutofillOffNoServerData{"AutofillOffNoServerData", const base::Feature kAutofillOffNoServerData{"AutofillOffNoServerData",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// When enabled, autofill server will override field types with rater
// consensus data before returning to client.
const base::Feature kAutofillOverrideWithRaterConsensus{
"AutofillOverrideWithRaterConsensus", base::FEATURE_DISABLED_BY_DEFAULT};
// If feature is enabled, autofill will be disabled for mixed forms (forms on // If feature is enabled, autofill will be disabled for mixed forms (forms on
// HTTPS sites that submit over HTTP). // HTTPS sites that submit over HTTP).
const base::Feature kAutofillPreventMixedFormsFilling{ const base::Feature kAutofillPreventMixedFormsFilling{
...@@ -283,6 +278,7 @@ const base::Feature kAutofillTokenPrefixMatching{ ...@@ -283,6 +278,7 @@ const base::Feature kAutofillTokenPrefixMatching{
const base::Feature kAutofillTouchToFill = {"TouchToFillAndroid", const base::Feature kAutofillTouchToFill = {"TouchToFillAndroid",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Autofill upload throttling is used for testing.
const base::Feature kAutofillUploadThrottling{"AutofillUploadThrottling", const base::Feature kAutofillUploadThrottling{"AutofillUploadThrottling",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
......
...@@ -53,7 +53,6 @@ extern const base::Feature kAutofillLabelAffixRemoval; ...@@ -53,7 +53,6 @@ extern const base::Feature kAutofillLabelAffixRemoval;
extern const base::Feature kAutofillPruneSuggestions; extern const base::Feature kAutofillPruneSuggestions;
extern const base::Feature kAutofillMetadataUploads; extern const base::Feature kAutofillMetadataUploads;
extern const base::Feature kAutofillOffNoServerData; extern const base::Feature kAutofillOffNoServerData;
extern const base::Feature kAutofillOverrideWithRaterConsensus;
extern const base::Feature kAutofillPreventMixedFormsFilling; extern const base::Feature kAutofillPreventMixedFormsFilling;
extern const base::Feature kAutofillProbableFormSubmissionInBrowser; extern const base::Feature kAutofillProbableFormSubmissionInBrowser;
extern const base::Feature kAutofillProfileClientValidation; extern const base::Feature kAutofillProfileClientValidation;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment