commit | 7bdc5ca957ccc7943f1426bb3b58701dc75fc668 | [log] [tgz] |
---|---|---|
author | Hesen Zhang <[email protected]> | Thu Sep 03 06:29:02 2020 |
committer | Commit Bot <[email protected]> | Thu Sep 03 06:29:02 2020 |
tree | 3ffb1a64db573d41a48610c4f06033b7db805bab | |
parent | 44749821de832fe8ee0d41a7df64f55f38a6ff85 [diff] [blame] |
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[];