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

Unified Diff: ceee/ie/broker/api_dispatcher.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
« no previous file with comments | « no previous file | ceee/ie/broker/api_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/broker/api_dispatcher.h
===================================================================
--- ceee/ie/broker/api_dispatcher.h (revision 66617)
+++ ceee/ie/broker/api_dispatcher.h (working copy)
@@ -42,7 +42,7 @@
//
// @param event_name The name of the event to fire.
// @param event_args The JSON encoded event arguments.
- virtual void FireEvent(BSTR event_name, BSTR event_args);
+ virtual void FireEvent(const char* event_name, const char* event_args);
// This class holds on the result and can be derived from to generate results
// that are either specific to tabs or windows for example.
« no previous file with comments | « no previous file | ceee/ie/broker/api_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698