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

Unified Diff: ceee/ie/common/ceee_module_util.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/common/ceee_module_util.h
===================================================================
--- ceee/ie/common/ceee_module_util.h (revision 66229)
+++ ceee/ie/common/ceee_module_util.h (working copy)
@@ -15,8 +15,8 @@
namespace ceee_module_util {
-void AddRefModuleWorkerThread();
-void ReleaseModuleWorkerThread();
+void AddRefBroker();
+void ReleaseBroker();
// Fires an event to the broker, so that the call can be made with an
// instance of a broker proxy that was CoCreated in the worker thread.

Powered by Google App Engine
This is Rietveld 408576698