Index: remoting/protocol/jingle_messages.h |
diff --git a/remoting/protocol/jingle_messages.h b/remoting/protocol/jingle_messages.h |
index eb1ec5c58a7da94ecd05a6c25cf6d87fc6442032..069d48f948879412f119d6232e3df31c59459b20 100644 |
--- a/remoting/protocol/jingle_messages.h |
+++ b/remoting/protocol/jingle_messages.h |
@@ -39,6 +39,7 @@ struct JingleMessage { |
UNKNOWN_REASON, |
SUCCESS, |
DECLINE, |
+ GENERAL_ERROR, |
Wez
2011/11/11 23:10:09
How does a "general error" differ from an "unknown
Sergey Ulanov
2011/11/12 00:02:52
It's basically the same. Jingle defines it as "The
|
INCOMPATIBLE_PARAMETERS, |
Wez
2011/11/11 23:10:09
These are all macro-style and don't have very cons
Sergey Ulanov
2011/11/12 00:02:52
That's required by style guide.
Wez
2011/11/15 02:30:05
Style guide allows both forms and prefers non-macr
Sergey Ulanov
2011/11/15 02:37:21
Chromium style guide (http://www.chromium.org/deve
|
}; |