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

Unified Diff: remoting/host/plugin/host_script_object.h

Issue 8416007: Refactored web-app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added consistency comment. Moved debug log keyboard shortcut handling. Created 9 years, 2 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 | « no previous file | remoting/remoting.gyp » ('j') | remoting/webapp/me2mom/client_screen.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | remoting/webapp/me2mom/client_screen.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698