| Index: components/contextual_search/renderer/overlay_page_notifier_service_impl.cc
|
| diff --git a/components/contextual_search/renderer/overlay_page_notifier_service_impl.cc b/components/contextual_search/renderer/overlay_page_notifier_service_impl.cc
|
| index 79f72cb54b8185a38ebe43a98347fe0c93fd6451..c0ebfc4c607c99f17d9bf322d5ab1860d6efcb1c 100644
|
| --- a/components/contextual_search/renderer/overlay_page_notifier_service_impl.cc
|
| +++ b/components/contextual_search/renderer/overlay_page_notifier_service_impl.cc
|
| @@ -11,9 +11,8 @@
|
| namespace contextual_search {
|
|
|
| OverlayPageNotifierServiceImpl::OverlayPageNotifierServiceImpl(
|
| - base::WeakPtr<OverlayJsRenderFrameObserver> observer,
|
| - mojo::InterfaceRequest<mojom::OverlayPageNotifierService> request)
|
| - : binding_(this, std::move(request)), overlay_js_observer_(observer) {}
|
| + base::WeakPtr<OverlayJsRenderFrameObserver> observer)
|
| + : overlay_js_observer_(observer) {}
|
|
|
| OverlayPageNotifierServiceImpl::~OverlayPageNotifierServiceImpl() {}
|
|
|
|
|