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

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

Issue 2217013002: Remove the JNI-based InterfaceRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-interface-registry-migration
Patch Set: rebase Created 4 years, 3 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 5c6ebdb106a04e887727ef01f4cd833a1213b543..8b23b98ed556442a5135cd3a563b8a162b70b25d 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -46,10 +46,6 @@
#include "ui/accessibility/ax_node_data.h"
#include "ui/base/page_transition_types.h"
-#if defined(OS_ANDROID)
-#include "content/public/browser/android/interface_registry_android.h"
-#endif
-
class GURL;
struct AccessibilityHostMsg_EventParams;
struct AccessibilityHostMsg_FindInPageResultParams;
@@ -963,10 +959,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
std::unique_ptr<shell::InterfaceRegistry> interface_registry_;
std::unique_ptr<shell::InterfaceProvider> remote_interfaces_;
-#if defined(OS_ANDROID)
- std::unique_ptr<InterfaceRegistryAndroid> interface_registry_android_;
-#endif
-
std::unique_ptr<WebBluetoothServiceImpl> web_bluetooth_service_;
// The object managing the accessibility tree for this frame.
« no previous file with comments | « content/browser/android/interface_registry_android_impl.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698