| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 9391)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -30,7 +30,6 @@
|
|
|
| class LoginHandler;
|
| class NavigationControllerRestoredObserver;
|
| -class ExternalTabContainer;
|
|
|
| class AutomationProvider : public base::RefCounted<AutomationProvider>,
|
| public IPC::Channel::Listener,
|
| @@ -249,8 +248,6 @@
|
| void ProcessUnhandledAccelerator(const IPC::Message& message, int handle,
|
| const MSG& msg);
|
|
|
| - void SetInitialFocus(const IPC::Message& message, int handle, bool reverse);
|
| -
|
| // See comment in AutomationMsg_WaitForTabToBeRestored.
|
| void WaitForTabToBeRestored(const IPC::Message& message, int tab_handle);
|
|
|
| @@ -373,8 +370,6 @@
|
| // is not of the WebContents type.
|
| WebContents* GetWebContentsForHandle(int handle, NavigationController** tab);
|
|
|
| - ExternalTabContainer* GetExternalTabForHandle(int handle);
|
| -
|
| // Callback for history redirect queries.
|
| virtual void OnRedirectQueryComplete(
|
| HistoryService::Handle request_handle,
|
|
|