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

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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwsClient.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d31ab77e67ee4c0c9803cca2b615faaa23a07a6e 100755
--- a/google_apis/google_api_keys.py
+++ b/google_apis/google_api_keys.py
@@ -69,6 +69,9 @@ def GetAPIKey():
"""Returns the simple API key."""
return _GetToken('GOOGLE_API_KEY')
+def GetAPIKeyPhysicalWebTest():
+ """Returns the API key to test Physical Web service."""
+ return _GetToken('GOOGLE_API_KEY_PHYSICAL_WEB_TEST')
Roger Tawa OOO till Jul 10th 2015/11/06 13:45:55 There should be two blank lines between functions.
dvh 2015/11/06 19:27:46 Done.
def GetAPIKeyRemoting():
"""Returns the simple API key."""
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwsClient.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698