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

Unified Diff: remoting/protocol/errors.h

Issue 19506004: Add the beginnings of a Chromoting Android app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minimize monitor use, concatenate using StringBuilder, tune host list spacing, make build target re… Created 7 years, 5 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/protocol/connection_to_host.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/errors.h
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h
index 0de2fbb29109ad12e8deac021a565806d8beedcc..31bf9265dd62ba76a1600dc441013e6fa553b2c0 100644
--- a/remoting/protocol/errors.h
+++ b/remoting/protocol/errors.h
@@ -8,6 +8,9 @@
namespace remoting {
namespace protocol {
+// The UI implementations maintain corresponding definitions of this
+// enumeration in webapp/error.js and android/java/res/values/strings.xml.
+// Be sure to update these locations if you make any changes to the ordering.
enum ErrorCode {
OK = 0,
PEER_IS_OFFLINE,
« no previous file with comments | « remoting/protocol/connection_to_host.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698