Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Unified Diff: ceee/ie/broker/chrome_postman.h

Issue 5595005: Revert 68298 - Make sure we don't keep tab id - handles mapping when a dread ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ceee/ie/broker/chrome_postman.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/broker/chrome_postman.h
===================================================================
--- ceee/ie/broker/chrome_postman.h (revision 68298)
+++ ceee/ie/broker/chrome_postman.h (working copy)
@@ -45,9 +45,6 @@
// 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.
« no previous file with comments | « no previous file | ceee/ie/broker/chrome_postman.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698