From 8bb403bfcd9b06ca29fa6bc26436efa6a76d821c Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 12 Jan 2021 17:17:22 -0800 Subject: [PATCH] Roll forward up to cl/351480628. --- cpp/core/internal/bwu_manager.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp/core/internal/bwu_manager.cc b/cpp/core/internal/bwu_manager.cc index 0f26504c..cb32eadb 100644 --- a/cpp/core/internal/bwu_manager.cc +++ b/cpp/core/internal/bwu_manager.cc @@ -21,6 +21,9 @@ namespace connections { using ::location::nearby::proto::connections::ConnectionAttemptResult; using ::location::nearby::proto::connections::DisconnectionReason; +// Required for C++ 14 support in Chrome +constexpr absl::Duration BwuManager::kReadClientIntroductionFrameTimeout; + BwuManager::BwuManager( Mediums& mediums, EndpointManager& endpoint_manager, EndpointChannelManager& channel_manager,