| Index: chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.h b/chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| index 8458b28bd6c106a8b65ec30cd74fb2e6a844695e..8b1f55f4fbc16f524973e61ccbe5f734ea1d5b9f 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| +++ b/chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| @@ -52,6 +52,8 @@ class NativeMessageProcessHost
|
| virtual ~NativeMessageProcessHost();
|
|
|
| static scoped_ptr<NativeMessageProcessHost> Create(
|
| + int source_process_id,
|
| + int source_routing_id,
|
| base::WeakPtr<Client> weak_client_ui,
|
| const std::string& source_extension_id,
|
| const std::string& native_host_name,
|
|
|