diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-17 00:47:04 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-17 00:47:04 +0000 |
commit | 6e026b6558f75413ba107bc1adbbe40611e537eb (patch) | |
tree | 0dff69dd98e06b2f1817e37fc9e2025a72a7c464 /google_apis | |
parent | 54612dcb322f092316c675f2b403b81119bc7941 (diff) | |
download | chromium_src-6e026b6558f75413ba107bc1adbbe40611e537eb.zip chromium_src-6e026b6558f75413ba107bc1adbbe40611e537eb.tar.gz chromium_src-6e026b6558f75413ba107bc1adbbe40611e537eb.tar.bz2 |
Move remoting identity API client id into src-internal.
This CL removes the client id from the apps V2 patch. There is a separate (not public) CL that adds a new one.
Review URL: https://chromiumcodereview.appspot.com/22901007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rwxr-xr-x | google_apis/google_api_keys.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google_apis/google_api_keys.py b/google_apis/google_api_keys.py index a756cac..94170ea 100755 --- a/google_apis/google_api_keys.py +++ b/google_apis/google_api_keys.py @@ -91,3 +91,5 @@ if __name__ == "__main__": print 'GOOGLE_CLIENT_ID_REMOTING_HOST=%s' % GetClientID('REMOTING_HOST') print 'GOOGLE_CLIENT_SECRET_REMOTING_HOST=%s' % GetClientSecret( 'REMOTING_HOST') + print 'GOOGLE_CLIENT_ID_REMOTING_IDENTITY_API=%s' %GetClientID( + 'REMOTING_IDENTITY_API') |