summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_frame_automation.h')
-rw-r--r--chrome_frame/chrome_frame_automation.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
index 8def0fd..90c1951 100644
--- a/chrome_frame/chrome_frame_automation.h
+++ b/chrome_frame/chrome_frame_automation.h
@@ -233,9 +233,6 @@ class ChromeFrameAutomationClient
PluginUrlRequest* LookupRequest(int request_id) const;
bool IsValidRequest(PluginUrlRequest* request) const;
void CleanupRequests();
- // For IE the host network stack requests are issued on a separate thread,
- // which requires the requests to be cleaned up asynchronously.
- void CleanupAsyncRequests();
void set_use_chrome_network(bool use_chrome_network) {
use_chrome_network_ = use_chrome_network;
@@ -263,13 +260,6 @@ class ChromeFrameAutomationClient
void SetPageFontSize(enum AutomationPageFontSize);
- // Dummy reference counting functions to enable us to use the
- // TaskMarshallerThroughWindowsMessages functionality. At this point we don't
- // need to ensure that any tasks executed on us grab a reference to ensure
- // that the instance remains valid.
- void AddRef() {}
- void Release() {}
-
protected:
// ChromeFrameAutomationProxy::LaunchDelegate implementation.
virtual void LaunchComplete(ChromeFrameAutomationProxy* proxy,