diff options
author | solb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-19 01:49:09 +0000 |
---|---|---|
committer | solb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-19 01:49:09 +0000 |
commit | 8812dce4ee4efb8c652e6150bb7085c8e40c63da (patch) | |
tree | 985556b5f2a374e532fbfb3004ae52765fae1fb9 /remoting/protocol/errors.h | |
parent | 9992898cbe9872e5b5e0b9cead5b02ea9e830756 (diff) | |
download | chromium_src-8812dce4ee4efb8c652e6150bb7085c8e40c63da.zip chromium_src-8812dce4ee4efb8c652e6150bb7085c8e40c63da.tar.gz chromium_src-8812dce4ee4efb8c652e6150bb7085c8e40c63da.tar.bz2 |
Add the beginnings of a Chromoting Android app
Currently, this has only the following capabilities:
+ Authenticate using a Google account on the phone
+ Query and display the host list from the Chromoting directory server
+ Connect to and communicate with the host service over XMPP/ICE
+ Establish peer-to-peer channels for communicating with the host service
Notable missing features are:
- Display the host's desktop
- Handle any kind of input
Review URL: https://chromiumcodereview.appspot.com/19506004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/errors.h')
-rw-r--r-- | remoting/protocol/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h index 0de2fbb..31bf9265 100644 --- a/remoting/protocol/errors.h +++ b/remoting/protocol/errors.h @@ -8,6 +8,9 @@ namespace remoting { namespace protocol { +// The UI implementations maintain corresponding definitions of this +// enumeration in webapp/error.js and android/java/res/values/strings.xml. +// Be sure to update these locations if you make any changes to the ordering. enum ErrorCode { OK = 0, PEER_IS_OFFLINE, |