diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 16:28:00 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 16:28:00 +0000 |
commit | 3fc68d1df5567f424c7fb9cc6cc4d967acd4bd60 (patch) | |
tree | 0782d0a755174380a2df63012648007897ecdbc3 /remoting/webapp/plugin_settings.js | |
parent | 5233b4a8a33e9288489b9268127e2a8d6d24d9db (diff) | |
download | chromium_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/plugin_settings.js')
-rw-r--r-- | remoting/webapp/plugin_settings.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/webapp/plugin_settings.js b/remoting/webapp/plugin_settings.js index 5b6e797..d3fde9a 100644 --- a/remoting/webapp/plugin_settings.js +++ b/remoting/webapp/plugin_settings.js @@ -19,3 +19,9 @@ remoting.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE'; * @private */ remoting.OAuth2.prototype.REDIRECT_URI_ = 'OAUTH2_REDIRECT_URL'; + +// Constants for parameters used in retrieving the OAuth2 credentials. +/** @private */ +remoting.OAuth2.prototype.CLIENT_ID_ = 'API_CLIENT_ID'; +/** @private */ +remoting.OAuth2.prototype.CLIENT_SECRET_ = 'API_CLIENT_SECRET'; |