0
Commit Graph

10 Commits

Author SHA1 Message Date
Sergey Ulanov
1a6ea316eb Reland "Remove Remoting API Key"
This is a reland of e8f9d07dc8
Original change's description:
> Remove Remoting API Key
> 
> Chromoting host no longer needs API Key, so the key can be removed.
> 
> Change-Id: I0960660ce2ddd5f4352ab691468d7c3881530d8d
> Reviewed-on: https://chromium-review.googlesource.com/540035
> Reviewed-by: Roger Tawa <rogerta@chromium.org>
> Reviewed-by: Joe Downing <joedow@chromium.org>
> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#480940}

TBR=rogerta@chromium.org,pasko@chromium.org

Change-Id: Icce0c8512c24ca8f902a9b1941232ab2c42b70b0
Reviewed-on: https://chromium-review.googlesource.com/540985
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#481077}
2017-06-21 01:48:00 +00:00
Tommy Martino
2dc643d0f9 Revert "Remove Remoting API Key"
This reverts commit e8f9d07dc8.

Reason for revert: Causing breakages -- https://build.chromium.org/p/chromium/builders/Android/builds/73527

Original change's description:
> Remove Remoting API Key
> 
> Chromoting host no longer needs API Key, so the key can be removed.
> 
> Change-Id: I0960660ce2ddd5f4352ab691468d7c3881530d8d
> Reviewed-on: https://chromium-review.googlesource.com/540035
> Reviewed-by: Roger Tawa <rogerta@chromium.org>
> Reviewed-by: Joe Downing <joedow@chromium.org>
> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#480940}

TBR=rogerta@chromium.org,sergeyu@chromium.org,joedow@chromium.org

Change-Id: Ibc4df105f77ad41a859663cbef76b73baa208a63
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/541763
Reviewed-by: Tommy Martino <tmartino@chromium.org>
Commit-Queue: Tommy Martino <tmartino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#480970}
2017-06-20 21:53:09 +00:00
Sergey Ulanov
e8f9d07dc8 Remove Remoting API Key
Chromoting host no longer needs API Key, so the key can be removed.

Change-Id: I0960660ce2ddd5f4352ab691468d7c3881530d8d
Reviewed-on: https://chromium-review.googlesource.com/540035
Reviewed-by: Roger Tawa <rogerta@chromium.org>
Reviewed-by: Joe Downing <joedow@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#480940}
2017-06-20 20:41:36 +00:00
dvh
00cf1f63a3 Use new Physical Web service on Google infrastructure
BUG=529962

Review URL: https://codereview.chromium.org/1415183008

Cr-Commit-Position: refs/heads/master@{#358432}
2015-11-06 22:45:07 +00:00
jrw
0ffae3270e Added (incomplete) implementation of HostListApi using GCD.
The new implementation is activated when USE_GCD=1 at build time.

BUG=471928

Review URL: https://codereview.chromium.org/1094133003

Cr-Commit-Position: refs/heads/master@{#327111}
2015-04-27 20:09:27 +00:00
jamiewalch@chromium.org
6e026b6558 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
2013-08-17 00:47:04 +00:00
rmsousa@chromium.org
d66d817427 Support service accounts in the chromoting host.
This change allows running a host *already configured* with service account credentials. Support for obtaining service account credentails during host setup will come in follow up CLs.

BUG=224742

Review URL: https://chromiumcodereview.appspot.com/19796006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217941 0039d316-1c4b-4281-b951-d872f2087c98
2013-08-16 05:18:38 +00:00
joi@chromium.org
6a7caecdde Cleaning up TODOs in //google_apis.
The build warning is no longer necessary as we now have an infobar
show up to warn developers if API keys haven't been set.

The Python API may never need to be better than it is today, so
removing the TODO there; it will be improved if and when needed.

The underlying reason for the inconsistent semantics between setting
the GOOGLE_DEFAULT_CLIENT_ID/SECRET environment variables and the
google_default_client_id/secret gyp variables is gone, so I fixed this
mismatch in the current change.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/18851002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210406 0039d316-1c4b-4281-b951-d872f2087c98
2013-07-08 19:57:19 +00:00
jamiewalch@chromium.org
a769b6cc41 Remove API keys from source.
Also fixes a bug in google_api_keys that made it fail when used as a module.

BUG=


Review URL: https://chromiumcodereview.appspot.com/10939005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157405 0039d316-1c4b-4281-b951-d872f2087c98
2012-09-18 19:36:33 +00:00
joi@chromium.org
13a533682e Add a preliminary Python API for retrieving Google API keys.
This has nearly identical semantics to the C++ API for builds where
the internal key file is available.  For builds where that file is not
available, it does not yet have the same semantics, since at the
moment it does not have access to the gyp variables that would be
required (this is a TODO item).  Instead, it will simply try to find
keys from environment variables, and if they are not found it will use
'dummytoken' as the default token for each key.

BUG=145584

Review URL: https://codereview.chromium.org/10933138

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157247 0039d316-1c4b-4281-b951-d872f2087c98
2012-09-17 23:48:43 +00:00