commit | a1895c116eebaa5a0aa7f8d9a24feb629a1de7bb | [log] [tgz] |
---|---|---|
author | Parastoo Geranmayeh <[email protected]> | Thu Apr 25 16:43:38 2019 |
committer | Commit Bot <[email protected]> | Thu Apr 25 16:43:38 2019 |
tree | c7c0617afe8456bc4f7f7b837f2ff65ed8568cbb | |
parent | 4bb9f0c7a66c30e3d4405460ab88f45512a61d71 [diff] [blame] |
[AF] Flag for company names in format of birthyear go/autofill-company-1987 Bug: 956560 Change-Id: I22a44f02bbb0445654e66aee8a360830d213df1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584359 Reviewed-by: Tommy Martino <[email protected]> Commit-Queue: Parastoo Geranmayeh <[email protected]> Cr-Commit-Position: refs/heads/master@{#654059}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 1a2a414..decb2c0 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -94,6 +94,9 @@ extern const char kAutofillEnableCompanyNameName[]; extern const char kAutofillEnableCompanyNameDescription[]; +extern const char kAutofillRejectCompanyBirthyearName[]; +extern const char kAutofillRejectCompanyBirthyearDescription[]; + extern const char kAutofillEnableLocalCardMigrationForNonSyncUserName[]; extern const char kAutofillEnableLocalCardMigrationForNonSyncUserDescription[];