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

Unified Diff: ceee/ie/testing/mediumtest_ie_main.cc

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/testing/mediumtest_ie_main.cc
===================================================================
--- ceee/ie/testing/mediumtest_ie_main.cc (revision 66229)
+++ ceee/ie/testing/mediumtest_ie_main.cc (working copy)
@@ -27,9 +27,9 @@
}
void Unlock() {
}
-void AddRefModuleWorkerThread() {
+void AddRefBroker() {
}
-void ReleaseModuleWorkerThread() {
+void ReleaseBroker() {
}
void FireEventToBroker(const std::string& event_name,
const std::string& event_args) {
« ceee/ie/plugin/toolband/toolband_module.cc ('K') | « ceee/ie/testing/ie_unittest_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698