| Index: content/browser/mojo/mojo_app_connection_impl.cc
|
| diff --git a/content/browser/mojo/mojo_app_connection_impl.cc b/content/browser/mojo/mojo_app_connection_impl.cc
|
| index 6d1308647965c0b07a259240da891de6a9f03d44..14cda96c97f3d44f8f4d117086ea52fbb10d061f 100644
|
| --- a/content/browser/mojo/mojo_app_connection_impl.cc
|
| +++ b/content/browser/mojo/mojo_app_connection_impl.cc
|
| @@ -16,7 +16,7 @@ namespace content {
|
| const char kBrowserMojoAppUrl[] = "system:content_browser";
|
|
|
| namespace {
|
| -void OnGotRemoteIDs(uint32_t remote_id, uint32_t content_handler_id) {}
|
| +void OnGotInstanceID(uint32_t remote_id) {}
|
| } // namespace
|
|
|
| // static
|
| @@ -33,7 +33,7 @@ MojoAppConnectionImpl::MojoAppConnectionImpl(const GURL& url,
|
| url, requestor_url, mojo::GetProxy(&interfaces_),
|
| mojo::shell::mojom::InterfaceProviderPtr(),
|
| mojo::shell::GetPermissiveCapabilityFilter(),
|
| - base::Bind(&OnGotRemoteIDs));
|
| + base::Bind(&OnGotInstanceID));
|
| }
|
|
|
| MojoAppConnectionImpl::~MojoAppConnectionImpl() {
|
|
|