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

Unified Diff: remoting/protocol/jingle_messages.h

Issue 9836062: Implement exponential backoff for failed Me2Me authentication attempts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
Index: remoting/protocol/jingle_messages.h
diff --git a/remoting/protocol/jingle_messages.h b/remoting/protocol/jingle_messages.h
index 3dcdd41ac21588194e35eb0206d0d2ca0424ef02..f404912e3b5b940863b974792b16db59c3184c33 100644
--- a/remoting/protocol/jingle_messages.h
+++ b/remoting/protocol/jingle_messages.h
@@ -35,11 +35,10 @@ struct JingleMessage {
};
enum Reason {
- // Currently only termination reasons that can be sent by the host
- // are understood. All others are converted to UNKNOWN_REASON.
UNKNOWN_REASON,
SUCCESS,
DECLINE,
+ CANCEL,
Wez 2012/03/27 16:23:56 Why is this called "CANCEL"?
Sergey Ulanov 2012/03/27 18:00:52 One of the reason values defined in the Jingle sta
GENERAL_ERROR,
INCOMPATIBLE_PARAMETERS,
};

Powered by Google App Engine
This is Rietveld 408576698