| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 748567856514dce3ac0c095a1403bfc4af6b2f7d..7c702cfd054bf84ae445e98890952c6aa324f985 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -44,6 +44,7 @@
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/common/javascript_dialog_type.h"
|
| #include "content/public/common/previews_state.h"
|
| +#include "device/nfc/nfc.mojom.h"
|
| #include "device/wake_lock/public/interfaces/wake_lock_context.mojom.h"
|
| #include "media/mojo/interfaces/interface_factory.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| @@ -917,6 +918,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const service_manager::BindSourceInfo& source_info,
|
| device::mojom::WakeLockServiceRequest request);
|
|
|
| + void BindNFCRequest(const service_manager::BindSourceInfo& source_info,
|
| + device::nfc::mojom::NFCRequest request);
|
| +
|
| // service_manager::mojom::InterfaceProvider:
|
| void GetInterface(const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) override;
|
|
|