| Index: content/browser/mach_broker_mac.h
|
| diff --git a/content/browser/mach_broker_mac.h b/content/browser/mach_broker_mac.h
|
| index dede40068eb42f87d05980eef7c83b65006d87da..51038bfa010831beed3b735850649fa2a081fab3 100644
|
| --- a/content/browser/mach_broker_mac.h
|
| +++ b/content/browser/mach_broker_mac.h
|
| @@ -43,10 +43,6 @@
|
| // the parent process. Returns true if the message was sent successfully
|
| // and false if otherwise.
|
| static bool ChildSendTaskPortToParent();
|
| -
|
| - // Returns the Mach port name to use when sending or receiving messages.
|
| - // Does the Right Thing in the browser and in child processes.
|
| - static std::string GetMachPortName();
|
|
|
| // Returns the global MachBroker.
|
| static MachBroker* GetInstance();
|
| @@ -97,6 +93,9 @@
|
| // Removes all mappings belonging to |pid| from the broker.
|
| void InvalidatePid(base::ProcessHandle pid);
|
|
|
| + // Returns the Mach port name to use when sending or receiving messages.
|
| + // Does the Right Thing in the browser and in child processes.
|
| + static std::string GetMachPortName();
|
| // Callback used to register notifications on the UI thread.
|
| void RegisterNotifications();
|
|
|
|
|