0

Migrate remaining usages of google_apis::GetNonStableAPIKey()

This CL is purely cleanup; there are no functional changes (in
particular the same all callers continue to use the same API key as
previously).

AX-Relnotes: n/a.
Bug: 40216037,355652328
Change-Id: Ic3d13df0e6b33a5e4ac76a61294f70dee1aaaf7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5741205
Reviewed-by: Alex Ilin <alexilin@chromium.org>
Reviewed-by: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Commit-Queue: James Lee <ljjlee@google.com>
Cr-Commit-Position: refs/heads/main@{#1334802}
This commit is contained in:
James Lee
2024-07-30 14:03:44 +00:00
committed by Chromium LUCI CQ
parent 1a6092d117
commit 4c20facac8
16 changed files with 33 additions and 94 deletions

@ -89,12 +89,6 @@ std::string GetAPIKey(version_info::Channel channel);
// distribution channel instead of calling this function directly.
COMPONENT_EXPORT(GOOGLE_APIS) std::string GetAPIKey();
// Non-stable channels may have a different Google API key.
//
// DEPRECATED: Use `GetAPIKey(channel)` to get the right key for your
// distribution channel instead of calling this function directly.
COMPONENT_EXPORT(GOOGLE_APIS) std::string GetNonStableAPIKey();
// Retrieves the Chrome Remote Desktop API key.
COMPONENT_EXPORT(GOOGLE_APIS) std::string GetRemotingAPIKey();