From 4bd6a2899b9c1c0f1e20cbd171b8b10694ffabcb Mon Sep 17 00:00:00 2001 From: "jamiewalch@google.com" Date: Mon, 13 Feb 2012 23:01:18 +0000 Subject: 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 --- remoting/host/plugin/daemon_controller.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting/host') 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 -- cgit v1.1