summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/oauth2.js
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 16:28:00 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 16:28:00 +0000
commit3fc68d1df5567f424c7fb9cc6cc4d967acd4bd60 (patch)
tree0782d0a755174380a2df63012648007897ecdbc3 /remoting/webapp/oauth2.js
parent5233b4a8a33e9288489b9268127e2a8d6d24d9db (diff)
downloadchromium_src-3fc68d1df5567f424c7fb9cc6cc4d967acd4bd60.zip
chromium_src-3fc68d1df5567f424c7fb9cc6cc4d967acd4bd60.tar.gz
chromium_src-3fc68d1df5567f424c7fb9cc6cc4d967acd4bd60.tar.bz2
The Chromium and Google Chrome builds of the chromoting webapp use different
keys to access Google services. BUG=112889 Review URL: https://chromiumcodereview.appspot.com/9343001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/oauth2.js')
-rw-r--r--remoting/webapp/oauth2.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/webapp/oauth2.js b/remoting/webapp/oauth2.js
index fa34b13..a6c2452c 100644
--- a/remoting/webapp/oauth2.js
+++ b/remoting/webapp/oauth2.js
@@ -34,12 +34,6 @@ remoting.OAuth2.prototype.KEY_EMAIL_ = 'remoting-email';
// Constants for parameters used in retrieving the OAuth2 credentials.
/** @private */
-remoting.OAuth2.prototype.CLIENT_ID_ =
- '440925447803-2pi3v45bff6tp1rde2f7q6lgbor3o5uj.' +
- 'apps.googleusercontent.com';
-/** @private */
-remoting.OAuth2.prototype.CLIENT_SECRET_ = 'W2ieEsG-R1gIA4MMurGrgMc_';
-/** @private */
remoting.OAuth2.prototype.SCOPE_ =
'https://www.googleapis.com/auth/chromoting ' +
'https://www.googleapis.com/auth/googletalk ' +