| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| index d6008e0a1d83155675e5a14c418f0c052496db34..58aeaf9abf312e55864e9dbd0494655622e6f4e7 100644
|
| --- a/chrome/common/automation_messages_internal.h
|
| +++ b/chrome/common/automation_messages_internal.h
|
| @@ -1450,3 +1450,9 @@ IPC_MESSAGE_ROUTED3(AutomationMsg_JavaScriptStressTestControl,
|
| // the response is sent back. This is useful when you want to make sure all
|
| // changes to the number of processes have completed.
|
| IPC_SYNC_MESSAGE_CONTROL0_0(AutomationMsg_WaitForProcessLauncherThreadToGoIdle)
|
| +
|
| +// Gets a handle of the browser that owns the given tab.
|
| +IPC_SYNC_MESSAGE_CONTROL1_2(AutomationMsg_GetParentBrowserOfTab,
|
| + int /* tab handle */,
|
| + int /* browser handle */,
|
| + bool /* success */)
|
|
|