Make PayloadProgressInfoW align with java code definition.

PiperOrigin-RevId: 456344013
This commit is contained in:
jfcarroll
2022-06-21 13:59:11 -07:00
committed by Copybara-Service
parent 064a482e7d
commit a0fd221155
+1 -1
View File
@@ -117,7 +117,7 @@ struct DLL_API ConnectionResponseInfoW {
struct DLL_API PayloadProgressInfoW {
PayloadId payload_id = 0;
enum class Status {
kSuccess,
kSuccess = 1,
kFailure,
kInProgress,
kCanceled,