Index: remoting/protocol/connection_to_host.h |
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h |
index aadfa7bd1fe22482075d2c795f069c1e9fe92c34..78c258ef98f2934d5f343b8c956b81ebf0540afb 100644 |
--- a/remoting/protocol/connection_to_host.h |
+++ b/remoting/protocol/connection_to_host.h |
@@ -52,11 +52,10 @@ class ConnectionToHost : public SignalStrategy::Listener, |
public base::NonThreadSafe { |
public: |
// The UI implementations maintain corresponding definitions of this |
- // enumeration in webapp/client_session.js and |
- // android/java/res/values/strings.xml. The Android app also includes a |
- // constant in android/java/src/org/chromium/chromoting/jni/JniInterface.java |
- // that tracks the numeric value of the CONNECTED state. Be sure to update |
- // these locations to match this one if you make any changes to the ordering. |
+ // enumeration in webapp/client_session.js, |
+ // android/java/res/values/strings.xml and |
+ // android/java/src/org/chromium/chromoting/jni/JniInterface.java. Be sure to |
+ // update these locations if you make any changes to the ordering. |
enum State { |
INITIALIZING, |
CONNECTING, |