Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Response to review + fix for tests that don't actually run on bots Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698