summaryrefslogtreecommitdiff
path: root/chromium/content/browser/presentation/presentation_service_impl.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-29 10:46:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-02 12:02:10 +0000
commit99677208ff3b216fdfec551fbe548da5520cd6fb (patch)
tree476a4865c10320249360e859d8fdd3e01833b03a /chromium/content/browser/presentation/presentation_service_impl.h
parentc30a6232df03e1efbd9f3b226777b07e087a1122 (diff)
downloadqtwebengine-chromium-99677208ff3b216fdfec551fbe548da5520cd6fb.tar.gz
BASELINE: Update Chromium to 86.0.4240.124
Change-Id: Ide0ff151e94cd665ae6521a446995d34a9d1d644 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/content/browser/presentation/presentation_service_impl.h')
-rw-r--r--chromium/content/browser/presentation/presentation_service_impl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chromium/content/browser/presentation/presentation_service_impl.h b/chromium/content/browser/presentation/presentation_service_impl.h
index 9fe1bccd04a..94b5c1ce9bf 100644
--- a/chromium/content/browser/presentation/presentation_service_impl.h
+++ b/chromium/content/browser/presentation/presentation_service_impl.h
@@ -24,7 +24,7 @@
#include "content/public/common/frame_navigate_params.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
-#include "mojo/public/cpp/bindings/receiver.h"
+#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "third_party/blink/public/mojom/presentation/presentation.mojom.h"
#include "url/gurl.h"
@@ -283,9 +283,8 @@ class CONTENT_EXPORT PresentationServiceImpl
std::unordered_map<int, std::unique_ptr<NewPresentationCallbackWrapper>>
pending_reconnect_presentation_cbs_;
- // RAII receiver of |this| to PresentationService request.
- mojo::Receiver<blink::mojom::PresentationService>
- presentation_service_receiver_{this};
+ mojo::ReceiverSet<blink::mojom::PresentationService>
+ presentation_service_receivers_;
// ID of the RenderFrameHost this object is associated with.
int render_process_id_;