Add feature flag for query tiles local ordering.

Bug: 1096224
Change-Id: Ic697d934bc1975ef45f446a9bfc3acd713b385cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389540
Commit-Queue: Hesen Zhang <[email protected]>
Reviewed-by: Shakti Sahu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#804130}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 172bf61..76c5a37d 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1743,6 +1743,8 @@
 extern const char kQueryTilesCountryCodeBrazil[];
 extern const char kQueryTilesCountryCodeNigeria[];
 extern const char kQueryTilesCountryCodeIndonesia[];
+extern const char kQueryTilesLocalOrderingName[];
+extern const char kQueryTilesLocalOrderingDescription[];
 extern const char kQueryTilesInstantFetchName[];
 extern const char kQueryTilesInstantFetchDescription[];