| Index: chrome_frame/chrome_frame_automation.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_automation.h (revision 31172)
|
| +++ chrome_frame/chrome_frame_automation.h (working copy)
|
| @@ -41,8 +41,6 @@
|
| virtual std::string server_version() = 0;
|
|
|
| virtual void SendProxyConfig(const std::string&) = 0;
|
| - virtual void SetEnableExtensionAutomation(
|
| - const std::vector<std::string>& functions_enabled) = 0;
|
| protected:
|
| ~ChromeFrameAutomationProxy() {}
|
| };
|
| @@ -73,11 +71,6 @@
|
| AutomationProxy::SendProxyConfig(p);
|
| }
|
|
|
| - virtual void SetEnableExtensionAutomation(
|
| - const std::vector<std::string>& functions_enabled) {
|
| - AutomationProxy::SetEnableExtensionAutomation(functions_enabled);
|
| - }
|
| -
|
| protected:
|
| explicit ChromeFrameAutomationProxyImpl(int launch_timeout);
|
| ~ChromeFrameAutomationProxyImpl();
|
|
|