| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| index 08040b3ba7a401db4dc911e7b6c446eed035d381..89be8909d6e84ab892bf5a5f3fde6c85c93e2657 100644
|
| --- a/chrome/common/automation_messages_internal.h
|
| +++ b/chrome/common/automation_messages_internal.h
|
| @@ -1506,6 +1506,11 @@ IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_AppendBackgroundTab,
|
| GURL,
|
| int)
|
|
|
| +// Used on Mac OS X to read the number of active Mach ports used in the browser
|
| +// process.
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(AutomationMsg_GetMachPortCount,
|
| + int /* number of Mach ports */)
|
| +
|
| // Browser -> renderer messages.
|
|
|
| // Requests a snapshot.
|
|
|