commit | c3baca44bb8c8d5276d1148bd67a051478bcd696 | [log] [tgz] |
---|---|---|
author | Xiaohui Chen <[email protected]> | Fri Nov 30 19:29:37 2018 |
committer | Commit Bot <[email protected]> | Fri Nov 30 19:29:37 2018 |
tree | 2bf95c403ee092effbc633e27b1b601e1f568a4a | |
parent | f28d36269c05dd276cd36b06361d62df044c0fe3 [diff] [blame] |
assistant: add option to enable stereo audio input Bug: b:120240333 Test: locally compile and run on device Change-Id: Ica8be43ed03c26bbd92dca8ccce82a6560fa5427 Reviewed-on: https://chromium-review.googlesource.com/c/1356136 Reviewed-by: Elly Fong-Jones <[email protected]> Reviewed-by: Tao Wu <[email protected]> Commit-Queue: Xiaohui Chen <[email protected]> Cr-Commit-Position: refs/heads/master@{#612724}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 38a93ff..a23c0f1 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2018,6 +2018,9 @@ extern const char kEnableGoogleAssistantDspName[]; extern const char kEnableGoogleAssistantDspDescription[]; +extern const char kEnableGoogleAssistantStereoInputName[]; +extern const char kEnableGoogleAssistantStereoInputDescription[]; + extern const char kEnableHomeLauncherName[]; extern const char kEnableHomeLauncherDescription[];