Index: components/update_client/update_response.h |
diff --git a/components/update_client/update_response.h b/components/update_client/update_response.h |
index bfce8e4e9be049ab78197185cfae1186913cc54b..a517ca2db82c8abc9141159ae7f51fbc4717f32d 100644 |
--- a/components/update_client/update_response.h |
+++ b/components/update_client/update_response.h |
@@ -15,6 +15,11 @@ |
namespace update_client { |
+// The protocol versions so far are: |
+// * Version 3.1: it changes how the run actions are serialized. |
+// * Version 3.0: it is the version implemented by the desktop updaters. |
+constexpr char kProtocolVersion[] = "3.1"; |
+ |
// Parses responses for the update protocol version 3. |
// (https://github.com/google/omaha/blob/wiki/ServerProtocolV3.md) |
// |