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
Where does this actually get used?
Sergey Ulanov
2011/11/12 00:02:53
It is not used right now, but it can be used in th
|
INCOMPATIBLE_PARAMETERS, |
}; |