diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-13 23:01:18 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-13 23:01:18 +0000 |
commit | 4bd6a2899b9c1c0f1e20cbd171b8b10694ffabcb (patch) | |
tree | f539879d80e91705811099f7d9f65bd3b1aeb050 /remoting/host | |
parent | aff3de2de98d5bbc5727a55857edc6fc259fbcd7 (diff) | |
download | chromium_src-4bd6a2899b9c1c0f1e20cbd171b8b10694ffabcb.zip chromium_src-4bd6a2899b9c1c0f1e20cbd171b8b10694ffabcb.tar.gz chromium_src-4bd6a2899b9c1c0f1e20cbd171b8b10694ffabcb.tar.bz2 |
Added support for stop/start and set PIN.
This CL adds basic support to the web-app for starting and stopping the daemon process and for changing the PIN. It's not pretty and there's a lot of missing functionality, but it's enough to start making progress on a per-platform basis.
BUG=None
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9372047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/plugin/daemon_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/plugin/daemon_controller.h b/remoting/host/plugin/daemon_controller.h index 2ff1972..f675ce7 100644 --- a/remoting/host/plugin/daemon_controller.h +++ b/remoting/host/plugin/daemon_controller.h @@ -11,6 +11,8 @@ namespace remoting { class DaemonController { public: + // Note that these enumeration values are duplicated in daemon_plugin.js and + // must be kept in sync. enum State { // Placeholder state for platforms on which the daemon process is not // implemented. The web-app will not show the corresponding UI. This value |