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

Unified Diff: content/public/browser/android/service_registry_android.h

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/service_registry_android.h
diff --git a/content/public/browser/android/service_registry_android.h b/content/public/browser/android/service_registry_android.h
index e134b431ab7ded23f5f6ebc8721d31da40b33c5b..a89e006e238f556b1071cedac1c47bd2f11c6bb9 100644
--- a/content/public/browser/android/service_registry_android.h
+++ b/content/public/browser/android/service_registry_android.h
@@ -11,6 +11,11 @@
#include "base/android/scoped_java_ref.h"
#include "content/common/content_export.h"
+namespace shell {
+class InterfaceRegistry;
+class InterfaceProvider;
+}
+
namespace content {
class ServiceRegistry;
@@ -23,7 +28,11 @@ class CONTENT_EXPORT ServiceRegistryAndroid {
// The |registry| parameter must outlive |ServiceRegistryAndroid|.
static std::unique_ptr<ServiceRegistryAndroid> Create(
- ServiceRegistry* registry);
+ shell::InterfaceRegistry* interface_registry,
+ shell::InterfaceProvider* remote_interfaces);
+
+ static std::unique_ptr<ServiceRegistryAndroid> Create(
+ ServiceRegistry* service_registry);
// Called from Java.
virtual void AddService(
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698