diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-10 02:33:15 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-10 02:33:15 +0000 |
commit | 52208ebddf2fbdc726798af27da774f89f08e6eb (patch) | |
tree | 706ffc5430b2c8cad7e1e049a6621bd71045e2d2 /remoting | |
parent | 956b890fc427681c2abb7cd5aec5720b38fa76a9 (diff) | |
download | chromium_src-52208ebddf2fbdc726798af27da774f89f08e6eb.zip chromium_src-52208ebddf2fbdc726798af27da774f89f08e6eb.tar.gz chromium_src-52208ebddf2fbdc726798af27da774f89f08e6eb.tar.bz2 |
Remove PIN screen.
This is a minimal change to temporarily disable functionality that will be
resintated when it is finished.
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/9167001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/me2mom/client_screen.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/client_screen.js b/remoting/webapp/me2mom/client_screen.js index 3cbda0d..c89355d 100644 --- a/remoting/webapp/me2mom/client_screen.js +++ b/remoting/webapp/me2mom/client_screen.js @@ -415,7 +415,9 @@ remoting.connectMe2Me = function(hostId, retryIfOffline) { remoting.hostId = hostId; remoting.retryIfOffline = retryIfOffline; - remoting.setMode(remoting.AppMode.CLIENT_PIN_PROMPT); + // TODO(jamiewalch): Reinstate the PIN screen once it's supported. + // remoting.setMode(remoting.AppMode.CLIENT_PIN_PROMPT); + remoting.connectMe2MeWithPin(); } /** |