Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: remoting/protocol/connection_to_host.h

Issue 105943010: Android Chromoting - Close the Desktop view on disconnection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move connection status UI out of JniInterface Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..0d1ff41443de3479203860ad0e9996fa96a58ff0 100644
--- a/remoting/protocol/connection_to_host.h
+++ b/remoting/protocol/connection_to_host.h
@@ -53,9 +53,9 @@ class ConnectionToHost : public SignalStrategy::Listener,
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
+ // android/java/res/values/strings.xml. The Android app also includes
+ // constants in android/java/src/org/chromium/chromoting/jni/JniInterface.java
+ // that track the numeric values of some of these states. Be sure to update
// these locations to match this one if you make any changes to the ordering.
enum State {
INITIALIZING,

Powered by Google App Engine
This is Rietveld 408576698