| 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 a89e006e238f556b1071cedac1c47bd2f11c6bb9..54fc2a33ccaae521faaf5a3d077c3499f5edb98f 100644
|
| --- a/content/public/browser/android/service_registry_android.h
|
| +++ b/content/public/browser/android/service_registry_android.h
|
| @@ -31,9 +31,6 @@ class CONTENT_EXPORT ServiceRegistryAndroid {
|
| shell::InterfaceRegistry* interface_registry,
|
| shell::InterfaceProvider* remote_interfaces);
|
|
|
| - static std::unique_ptr<ServiceRegistryAndroid> Create(
|
| - ServiceRegistry* service_registry);
|
| -
|
| // Called from Java.
|
| virtual void AddService(
|
| JNIEnv* env,
|
|
|