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..a51e794a86a1f546052dedba1d3abfdc62af7bb6 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. On failure, |
+// the browser handle will be 0. |
+IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_GetParentBrowserOfTab, |
+ int /* tab handle */, |
+ int /* browser handle */) |