summaryrefslogtreecommitdiff
path: root/chromium/third_party/nearby/src/connections/clients/windows/listeners_w.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nearby/src/connections/clients/windows/listeners_w.h')
-rw-r--r--chromium/third_party/nearby/src/connections/clients/windows/listeners_w.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/nearby/src/connections/clients/windows/listeners_w.h b/chromium/third_party/nearby/src/connections/clients/windows/listeners_w.h
index b13259161bf..7d9b1a82028 100644
--- a/chromium/third_party/nearby/src/connections/clients/windows/listeners_w.h
+++ b/chromium/third_party/nearby/src/connections/clients/windows/listeners_w.h
@@ -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,
@@ -223,7 +223,7 @@ struct DLL_API DiscoveryListenerW {
// Called when a remote endpoint is discovered.
//
// endpoint_id - The ID of the remote endpoint that was discovered.
- // endpoint_info - The info of the remote endpoint representd by ByteArray.
+ // endpoint_info - The info of the remote endpoint represented by ByteArray.
// service_id - The ID of the service advertised by the remote endpoint.
EndpointFoundCB endpoint_found_cb = DefaultConstructor;