summaryrefslogtreecommitdiffstats
path: root/google_apis/google_api_keys.h
diff options
context:
space:
mode:
authorjkrcal <jkrcal@chromium.org>2016-03-22 03:23:42 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-22 10:26:13 +0000
commitf7baf81adc64b74d3459420e5098d0d99c5de115 (patch)
treec138e04b13e4c0ebe0482eab68684bf4354dd14b /google_apis/google_api_keys.h
parentecf952c55aee8779b523a69ea1d8af95acb26282 (diff)
downloadchromium_src-f7baf81adc64b74d3459420e5098d0d99c5de115.zip
chromium_src-f7baf81adc64b74d3459420e5098d0d99c5de115.tar.gz
chromium_src-f7baf81adc64b74d3459420e5098d0d99c5de115.tar.bz2
New API function for non-stable API Keys
BUG=596808 Review URL: https://codereview.chromium.org/1776913008 Cr-Commit-Position: refs/heads/master@{#382544}
Diffstat (limited to 'google_apis/google_api_keys.h')
-rw-r--r--google_apis/google_api_keys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/google_apis/google_api_keys.h b/google_apis/google_api_keys.h
index be046f1..e10078c 100644
--- a/google_apis/google_api_keys.h
+++ b/google_apis/google_api_keys.h
@@ -68,6 +68,9 @@ bool HasKeysConfigured();
// e.g. URL-escaped if you use it in a URL.
std::string GetAPIKey();
+// Non-stable channels may have a different Google API key.
+std::string GetNonStableAPIKey();
+
std::string GetRemotingAPIKey();
// Represents the different sets of client IDs and secrets in use.