0

Add Boca API key.

The Boca API key will be used for Live Translate on ChromeOS.

Bug: b/359931233
Change-Id: Ie9b18ec6d0eb781c245301125b177ed4161386c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5908987
Reviewed-by: Avynn Donaghe <avynn@google.com>
Commit-Queue: Dorian Brandon <dorianbrandon@google.com>
Reviewed-by: Boris Sazonov <bsazonov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1364855}
This commit is contained in:
Dorian Brandon
2024-10-07 10:24:54 +00:00
committed by Chromium LUCI CQ
parent adceac984e
commit 43bf3dc6db
6 changed files with 22 additions and 0 deletions

@ -111,6 +111,9 @@ COMPONENT_EXPORT(GOOGLE_APIS) const std::string& GetReadAloudAPIKey();
// Retrieves the Fresnel API Key.
COMPONENT_EXPORT(GOOGLE_APIS) const std::string& GetFresnelAPIKey();
// Retrieves the Boca API Key.
COMPONENT_EXPORT(GOOGLE_APIS) const std::string& GetBocaAPIKey();
#endif
#if BUILDFLAG(SUPPORT_EXTERNAL_GOOGLE_API_KEY)