summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-19 21:35:47 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-19 21:35:47 +0000
commit569c2bf357f799e5c8e6e24c6505227373bc5769 (patch)
tree55a8aa1fe0113f4c9ac7a3eeb30ea56274927a76 /remoting
parent9a7d59e6edb021156afd5cf3040355055e7427e9 (diff)
downloadchromium_src-569c2bf357f799e5c8e6e24c6505227373bc5769.zip
chromium_src-569c2bf357f799e5c8e6e24c6505227373bc5769.tar.gz
chromium_src-569c2bf357f799e5c8e6e24c6505227373bc5769.tar.bz2
Remove an unused field from ClientSession.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9195020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/webapp/client_session.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js
index b40baca..25ff5134 100644
--- a/remoting/webapp/client_session.js
+++ b/remoting/webapp/client_session.js
@@ -118,16 +118,6 @@ remoting.ClientSession.prototype.API_VERSION_ = 3;
remoting.ClientSession.prototype.API_MIN_VERSION_ = 1;
/**
- * Server used to bridge into the Jabber network for establishing Jingle
- * connections.
- *
- * @const
- * @private
- */
-remoting.ClientSession.prototype.HTTP_XMPP_PROXY_ =
- 'https://chromoting-httpxmpp-oauth2-dev.corp.google.com';
-
-/**
* The id of the client plugin
*
* @const