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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.cc

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Response to reviews 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_delegate.cc
diff --git a/content/browser/frame_host/render_frame_host_delegate.cc b/content/browser/frame_host/render_frame_host_delegate.cc
index fab177ff0b3c915b0152b8ccd4b5357b390bb687..688d5359d871e2249be3b6a46a7abffaff22e2ab 100644
--- a/content/browser/frame_host/render_frame_host_delegate.cc
+++ b/content/browser/frame_host/render_frame_host_delegate.cc
@@ -81,6 +81,10 @@ device::mojom::WakeLockService* RenderFrameHostDelegate::GetRendererWakeLock() {
return nullptr;
}
+#if defined(OS_ANDROID)
+void RenderFrameHostDelegate::GetNFC(device::nfc::mojom::NFCRequest request) {}
+#endif
+
bool RenderFrameHostDelegate::ShouldRouteMessageEvent(
RenderFrameHost* target_rfh,
SiteInstance* source_site_instance) const {

Powered by Google App Engine
This is Rietveld 408576698