assistant: Add flags for Dsp hotword
Bug: b/77916222
Test: locally build and run on eve
Change-Id: If98c7ea10e1778626563587f58c0773351e8e485
Reviewed-on: https://chromium-review.googlesource.com/c/1341081
Reviewed-by: Elly Fong-Jones <[email protected]>
Reviewed-by: Yue Li <[email protected]>
Commit-Queue: Xiaohui Chen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#610927}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a3e3ddf..1be3153 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4404,6 +4404,10 @@
flag_descriptions::kEnableAssistantVoiceMatchName,
flag_descriptions::kEnableAssistantVoiceMatchDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::assistant::features::kAssistantVoiceMatch)},
+
+ {"enable-assistant-dsp", flag_descriptions::kEnableGoogleAssistantDspName,
+ flag_descriptions::kEnableGoogleAssistantDspDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(chromeos::assistant::features::kEnableDspHotword)},
#endif // defined(OS_CHROMEOS)
{"enable-blink-heap-unified-garbage-collection",