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

Unified Diff: content/browser/renderer_host/render_process_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/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index ec0e80d24a67a00002dec3f70ced9bf179a4cded..6e6a0f27ced9be3c8d4d09c5f1aa72e5800bc035 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -38,10 +38,6 @@
#include "ui/gfx/gpu_memory_buffer.h"
#include "ui/gl/gpu_switching_observer.h"
-#if defined(OS_ANDROID)
-#include "content/public/browser/android/interface_registry_android.h"
-#endif
-
namespace base {
class CommandLine;
class MessageLoop;
@@ -432,9 +428,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
int connection_filter_id_ = MojoShellConnection::kInvalidConnectionFilterId;
scoped_refptr<ConnectionFilterController> connection_filter_controller_;
shell::mojom::ServicePtr test_service_;
-#if defined(OS_ANDROID)
- std::unique_ptr<InterfaceRegistryAndroid> interface_registry_android_;
-#endif
size_t service_worker_ref_count_;
size_t shared_worker_ref_count_;
« no previous file with comments | « content/browser/mojo/interface_registrar_android.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698