summaryrefslogtreecommitdiffstats
path: root/chromium/google_apis/google_api_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/google_apis/google_api_keys.h')
-rw-r--r--chromium/google_apis/google_api_keys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/google_apis/google_api_keys.h b/chromium/google_apis/google_api_keys.h
index 8f4bc7e9cac..5acdf263a6f 100644
--- a/chromium/google_apis/google_api_keys.h
+++ b/chromium/google_apis/google_api_keys.h
@@ -90,6 +90,10 @@ std::string GetOAuth2ClientID(OAuth2Client client);
// in, e.g. URL-escaped if you use it in a URL.
std::string GetOAuth2ClientSecret(OAuth2Client client);
+// Returns if the API key using in the current build is the one for official
+// Google Chrome.
+bool IsGoogleChromeAPIKeyUsed();
+
} // namespace google_apis
#endif // GOOGLE_APIS_GOOGLE_API_KEYS_H_