[Autofill] Adds flag for mobile-friendly disambiguation.
Also, puts some constants into abc order.
Screenshot of chrome://flags
https://screenshot.googleplex.com/oJA8CPpOyiT
Bug: 957426
Change-Id: Iade0d69263fa77d5ff492a318b06fa6b13ec70de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587164
Commit-Queue: Caitlin Fischer <[email protected]>
Reviewed-by: Fabio Tirelo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#655580}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 186b05f0..e003f29 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -94,9 +94,6 @@
extern const char kAutofillEnableCompanyNameName[];
extern const char kAutofillEnableCompanyNameDescription[];
-extern const char kAutofillRejectCompanyBirthyearName[];
-extern const char kAutofillRejectCompanyBirthyearDescription[];
-
extern const char kAutofillEnableLocalCardMigrationForNonSyncUserName[];
extern const char kAutofillEnableLocalCardMigrationForNonSyncUserDescription[];
@@ -126,8 +123,8 @@
extern const char kAutofillProfileServerValidationName[];
extern const char kAutofillProfileServerValidationDescription[];
-extern const char kAutofillUseImprovedLabelDisambiguationName[];
-extern const char kAutofillUseImprovedLabelDisambiguationDescription[];
+extern const char kAutofillRejectCompanyBirthyearName[];
+extern const char kAutofillRejectCompanyBirthyearDescription[];
extern const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[];
extern const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[];
@@ -138,6 +135,9 @@
extern const char kAutofillSettingsSplitByCardTypeName[];
extern const char kAutofillSettingsSplitByCardTypeDescription[];
+extern const char kAutofillUseImprovedLabelDisambiguationName[];
+extern const char kAutofillUseImprovedLabelDisambiguationDescription[];
+
extern const char kAutoplayPolicyName[];
extern const char kAutoplayPolicyDescription[];
@@ -1275,6 +1275,9 @@
extern const char kAutofillAccessoryViewName[];
extern const char kAutofillAccessoryViewDescription[];
+extern const char kAutofillUseMobileLabelDisambiguationName[];
+extern const char kAutofillUseMobileLabelDisambiguationDescription[];
+
extern const char kBackgroundTaskComponentUpdateName[];
extern const char kBackgroundTaskComponentUpdateDescription[];