summaryrefslogtreecommitdiffstats
path: root/ceee/ie/broker/chrome_postman.h
diff options
context:
space:
mode:
authormad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-05 18:51:43 +0000
committermad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-05 18:51:43 +0000
commitbd46a7e7132d3a19b3fa12b905e18bc073b0cac1 (patch)
tree098f2aa297ffbbf72cbc9b7e6ff5f96ee49dcb6b /ceee/ie/broker/chrome_postman.h
parent85984172311aa1e16c25046197cce7cb30418318 (diff)
downloadchromium_src-bd46a7e7132d3a19b3fa12b905e18bc073b0cac1.zip
chromium_src-bd46a7e7132d3a19b3fa12b905e18bc073b0cac1.tar.gz
chromium_src-bd46a7e7132d3a19b3fa12b905e18bc073b0cac1.tar.bz2
Reverting rev 68315...
TBR=Joi BUG=None TEST=We need to fix http://crbug.com/63479 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee/ie/broker/chrome_postman.h')
-rw-r--r--ceee/ie/broker/chrome_postman.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ceee/ie/broker/chrome_postman.h b/ceee/ie/broker/chrome_postman.h
index 33d9418..11c05b8 100644
--- a/ceee/ie/broker/chrome_postman.h
+++ b/ceee/ie/broker/chrome_postman.h
@@ -45,9 +45,6 @@ class ChromePostman
// This posts a tasks to the Api Invocation thread to fire the given event.
virtual void FireEvent(const char* event_name, const char* event_args);
- // This queues a generic tasks to be executed in the Api Invocation thread.
- virtual void QueueApiInvocationThreadTask(Task* task);
-
// This creates both an STA and an MTA threads. We must make sure we only call
// Chrome Frame from this STA. And since we can't block Chrome Frame we use
// the MTA thread to executes API Invocation we receive from Chrome Frame.