| 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..27e48d3e547525637908f05b178e5f1dc26676e6 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -58,6 +58,10 @@
|
| #include "ui/base/mojo/window_open_disposition.mojom.h"
|
| #include "ui/base/page_transition_types.h"
|
|
|
| +#if defined(OS_ANDROID)
|
| +#include "device/nfc/nfc.mojom.h"
|
| +#endif
|
| +
|
| class GURL;
|
| struct AccessibilityHostMsg_EventParams;
|
| struct AccessibilityHostMsg_FindInPageResultParams;
|
| @@ -917,6 +921,11 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const service_manager::BindSourceInfo& source_info,
|
| device::mojom::WakeLockServiceRequest request);
|
|
|
| +#if defined(OS_ANDROID)
|
| + void BindNFCRequest(const service_manager::BindSourceInfo& source_info,
|
| + device::nfc::mojom::NFCRequest request);
|
| +#endif
|
| +
|
| // service_manager::mojom::InterfaceProvider:
|
| void GetInterface(const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) override;
|
|
|