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:

committed by
Chromium LUCI CQ

parent
1a6092d117
commit
4c20facac8
android_webview/browser
chrome/browser
accessibility
ash
login
oobe_quick_start
feed
ip_protection
query_tiles
ui
components
autofill
core
browser
crowdsourcing
endpoint_fetcher
manta
password_manager
core
browser
leak_detection
google_apis
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user