Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: google_apis/google_api_keys.py

Issue 1415183008: Use new Physical Web service on Google infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google_apis/google_api_keys.py
diff --git a/google_apis/google_api_keys.py b/google_apis/google_api_keys.py
index ef40ff5f5218fcbe2b7ddf71e5ddd487630ac769..0f98c79f3c0866812664c56c34abbbf7a4d95db3 100755
--- a/google_apis/google_api_keys.py
+++ b/google_apis/google_api_keys.py
@@ -70,6 +70,11 @@ def GetAPIKey():
return _GetToken('GOOGLE_API_KEY')
+def GetAPIKeyPhysicalWebTest():
+ """Returns the API key to test Physical Web service."""
+ return _GetToken('GOOGLE_API_KEY_PHYSICAL_WEB_TEST')
+
+
def GetAPIKeyRemoting():
"""Returns the simple API key."""
return _GetToken('GOOGLE_API_KEY_REMOTING')

Powered by Google App Engine
This is Rietveld 408576698