| 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 1729f7eaba943a1e26a5aba1641ca2bb6c0b5dff..db452cfc3b2eb57bb7afb2db2e241d4d62e0ec16 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -85,8 +85,8 @@ class HostNPScriptObject : public HostStatusObserver {
|
| void SetWindow(NPWindow* np_window);
|
|
|
| private:
|
| - // These state values are duplicated in the JS code. Remember to update both
|
| - // copies when making changes.
|
| + // These state values are duplicated in host_session.js. Remember to update
|
| + // both copies when making changes.
|
| enum State {
|
| kDisconnected,
|
| kStarting,
|
| @@ -94,7 +94,8 @@ class HostNPScriptObject : public HostStatusObserver {
|
| kReceivedAccessCode,
|
| kConnected,
|
| kDisconnecting,
|
| - kError
|
| + kError,
|
| + kInvalidDomainError
|
| };
|
|
|
| //////////////////////////////////////////////////////////
|
|
|