| Index: remoting/host/plugin/host_script_object.h
|
| diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
|
| index bfcdf318df83f7750c0af182a05b08df172e3ecb..da387ce1e325802b1624647e1c9a5eedb0f6fe5e 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -84,6 +84,8 @@ class HostNPScriptObject : public HostStatusObserver {
|
| void PostLogDebugInfo(const std::string& message);
|
|
|
| private:
|
| + // These state values are duplicated in the JS code. Remember to update both
|
| + // copies when making changes.
|
| enum State {
|
| kDisconnected,
|
| kStarting,
|
|
|