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

Unified Diff: remoting/host/it2me/it2me_host.h

Issue 1884253003: [remoting android] Plumb It2Me events from C++ to Java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-it2me-connect
Patch Set: Address comments, git cl format Created 4 years, 8 months 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
« no previous file with comments | « remoting/host/android/jni_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/it2me_host.h
diff --git a/remoting/host/it2me/it2me_host.h b/remoting/host/it2me/it2me_host.h
index 553262102076951e02dc1702dd09289d3aab2614..ddba9fdfac1cf1959d445562fcde2441b9a6cfb3 100644
--- a/remoting/host/it2me/it2me_host.h
+++ b/remoting/host/it2me/it2me_host.h
@@ -36,8 +36,8 @@ class PolicyWatcher;
class RegisterSupportHostRequest;
class RsaKeyPair;
-// These state values are duplicated in host_session.js. Remember to update
-// both copies when making changes.
+// These state values are duplicated in host_session.js and the Android Java
+// It2MeObserver class. Remember to update all copies when making changes.
enum It2MeHostState {
kDisconnected,
kStarting,
« no previous file with comments | « remoting/host/android/jni_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698