| 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..43cfaafb0b4fb68a52a1f176ed56a85d2977f243 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -800,6 +800,10 @@ 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, bool* success);
|
| +
|
| // Callback for history redirect queries.
|
| virtual void OnRedirectQueryComplete(
|
| HistoryService::Handle request_handle,
|
|
|