commit | 1299ff89c67630901a625bdd6bfd453f38683d32 | [log] [tgz] |
---|---|---|
author | Brandon Wylie <[email protected]> | Thu Jan 23 02:13:37 2020 |
committer | Commit Bot <[email protected]> | Thu Jan 23 02:13:37 2020 |
tree | 8c3b410b64c51463bc4ae9b7b26fea488ec59fe0 | |
parent | 90f9827257d2d1ea27025905c03f6a4ba385fd37 [diff] [blame] |
[Assistant Voice Search] Setup feature flag Just the feature flag and related setup for now, I'll follow-up with the functionality in another CL. Bug: 1041576 PRD: go/roti-prd Doc: go/roti-chrome-design Change-Id: I51b65fe999c9679201ca28ef8e88eeee9966fef2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997652 Commit-Queue: Brandon Wylie <[email protected]> Reviewed-by: Tommy Li <[email protected]> Reviewed-by: Brian White <[email protected]> Reviewed-by: Patrick Noland <[email protected]> Reviewed-by: Ender <[email protected]> Cr-Commit-Position: refs/heads/master@{#734315}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 05a2645..5112a3e 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -847,6 +847,9 @@ extern const char kOfferStoreUnmaskedWalletCardsName[]; extern const char kOfferStoreUnmaskedWalletCardsDescription[]; +extern const char kOmniboxAssistantVoiceSearchName[]; +extern const char kOmniboxAssistantVoiceSearchDescription[]; + extern const char kOmniboxAutocompleteTitlesName[]; extern const char kOmniboxAutocompleteTitlesDescription[];