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

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

Issue 4989002: Firing event to broker without worker thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
Index: ceee/ie/broker/chrome_postman.h
===================================================================
--- ceee/ie/broker/chrome_postman.h (revision 66617)
+++ ceee/ie/broker/chrome_postman.h (working copy)
@@ -43,7 +43,7 @@
virtual void PostMessage(BSTR message, BSTR target);
// This posts a tasks to the Api Invocation thread to fire the given event.
- virtual void FireEvent(BSTR event_name, BSTR event_args);
+ virtual void FireEvent(const char* event_name, const char* event_args);
// 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

Powered by Google App Engine
This is Rietveld 408576698