| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 25555)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -299,6 +299,11 @@
|
| gfx::NativeWindow* tab_window,
|
| int* tab_handle);
|
|
|
| + void ConnectExternalTab(intptr_t cookie,
|
| + gfx::NativeWindow* tab_container_window,
|
| + gfx::NativeWindow* tab_window,
|
| + int* tab_handle);
|
| +
|
| void NavigateInExternalTab(
|
| int handle, const GURL& url,
|
| AutomationMsg_NavigationResponseValues* status);
|
|
|