| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 5b252422221081dd7e21f5e2f28e4c313ecad382..e6f90920dcf04d41e628ad4ba2135facd141bec4 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -89,6 +89,7 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void AppendTab(int handle, const GURL& url, IPC::Message* reply_message);
|
| void AppendBackgroundTab(int handle, const GURL& url,
|
| IPC::Message* reply_message);
|
| + void GetMachPortCount(int* port_count);
|
| void GetActiveTabIndex(int handle, int* active_tab_index);
|
| void CloseTab(int tab_handle, bool wait_until_closed,
|
| IPC::Message* reply_message);
|
|
|