-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need to follow up on this to proxy component download and also fiture out API keys maybe as it currently doesn't work. Chromium change: https://source.chromium.org/chromium/chromium/src/+/9b46507cf5a5ee1460dc9c20307206d7cb004a2f commit 9b46507cf5a5ee1460dc9c20307206d7cb004a2f Author: evliu <evliu@google.com> Date: Fri Mar 5 00:49:23 2021 +0000 Enable the Live Caption feature by default This CL enables the LiveCaption, UseSodaForLiveCaption, and IPH_LiveCaption features by default. Bug: 1182008
- Loading branch information
Showing
4 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
|
||
group("app") { | ||
deps = [ | ||
"//google_apis" | ||
"//google_apis", | ||
"//media", | ||
] | ||
} |