diff options
Diffstat (limited to 'remoting/host/plugin/daemon_controller.h')
-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 |