0

Revert "HaTS: Add HaTS Api Key"

This reverts commit 53451bb279.

Reason for revert: 
Causing CRASHES on builders for several targets
 ex: https://ci.chromium.org/ui/p/chrome/builders/ci/linux-chromeos-chrome/35327/blamelist

Original change's description:
> HaTS: Add HaTS Api Key
>
> Bug: 1121586, b/291043820
> Change-Id: I6fc2db36b61d1ec4fefedf69c380aec196707032
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4683948
> Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org>
> Reviewed-by: Boris Sazonov <bsazonov@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1187261}

Bug: 1121586, b/291043820
Change-Id: I35bb2a3d0199057073b2c5bdfc0b56c7b70ca25a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4808780
Reviewed-by: Darryl James <dljames@chromium.org>
Auto-Submit: Ana Salazar Maldonado <anasalazar@google.com>
Reviewed-by: Ana Salazar Maldonado <anasalazar@google.com>
Reviewed-by: Joshua Hood <jdh@chromium.org>
Owners-Override: Darryl James <dljames@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Ana Salazar Maldonado <anasalazar@google.com>
Owners-Override: Ana Salazar Maldonado <anasalazar@google.com>
Cr-Commit-Position: refs/heads/main@{#1187467}
This commit is contained in:
Ana Salazar Maldonado
2023-08-23 20:32:16 +00:00
committed by Chromium LUCI CQ
parent af8cfb9a83
commit 97a2d885e9
3 changed files with 0 additions and 21 deletions
chrome/browser/ui/webui/hats
google_apis

@ -83,9 +83,6 @@ COMPONENT_EXPORT(GOOGLE_APIS) std::string GetRemotingAPIKey();
// Retrieves the Speech On-Device API (SODA) API Key.
COMPONENT_EXPORT(GOOGLE_APIS) std::string GetSodaAPIKey();
// Retrieves the HaTS API Key.
COMPONENT_EXPORT(GOOGLE_APIS) std::string GetHatsAPIKey();
#if BUILDFLAG(IS_CHROMEOS_ASH)
// Retrieves the Sharing API Key.
COMPONENT_EXPORT(GOOGLE_APIS) std::string GetSharingAPIKey();