0

Reland "Add Boca API key."

This reverts commit b2aa0c30ff.

Reason for revert: google_internal needed a manual roll up: https://chromium-review.googlesource.com/c/chromium/src/+/5917342

Original change's description:
> Revert "Add Boca API key."
>
> This reverts commit 43bf3dc6db.
>
> Reason for revert: Causes massive breakage in ChromeOS tests all over the tree. Bisected as culprit.
>
> Original change's description:
> > 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}
>
> Bug: b/359931233
> Change-Id: Ifc49a7176f484f511edf11601b9afedca2f34e23
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5912855
> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
> Auto-Submit: Steinar H Gunderson <sesse@chromium.org>
> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
> Owners-Override: Steinar H Gunderson <sesse@chromium.org>
> Commit-Queue: Steinar H Gunderson <sesse@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1364904}

Bug: b/359931233
Change-Id: Ib665729e9de678cd921bf8642043d00efb458ef9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5917407
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Boris Sazonov <bsazonov@chromium.org>
Commit-Queue: Dorian Brandon <dorianbrandon@google.com>
Cr-Commit-Position: refs/heads/main@{#1366428}
This commit is contained in:
Dorian Brandon
2024-10-09 20:39:54 +00:00
committed by Chromium LUCI CQ
parent eb67d41478
commit dec8a3beba
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)