| 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 bd42171c80c353bba00ac9edf627280768e24077..9a28b1bf8bf5c1aff7eb04cf43dbf66926538cb7 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -800,6 +800,9 @@ class TestingAutomationProvider : public AutomationProvider,
|
|
|
| void WaitForProcessLauncherThreadToGoIdle(IPC::Message* reply_message);
|
|
|
| + // Gets the browser that contains the given tab.
|
| + void GetParentBrowserOfTab(int tab_handle, int* browser_handle);
|
| +
|
| // Callback for history redirect queries.
|
| virtual void OnRedirectQueryComplete(
|
| HistoryService::Handle request_handle,
|
|
|