Add feature flag for deprecating company name

Bug: 864612
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I5781f919f5903b78f5e922ad9774f9734513de97
Reviewed-on: https://chromium-review.googlesource.com/1173154
Reviewed-by: Roger McFarlane <[email protected]>
Reviewed-by: Moe Ahmadi <[email protected]>
Commit-Queue: Jeffrey Cohen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#583384}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 9178091..3a454a0 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -76,6 +76,9 @@
 extern const char kAutofillCacheQueryResponsesName[];
 extern const char kAutofillCacheQueryResponsesDescription[];
 
+extern const char kAutofillEnableCompanyNameName[];
+extern const char kAutofillEnableCompanyNameDescription[];
+
 extern const char kAutofillDynamicFormsName[];
 extern const char kAutofillDynamicFormsDescription[];