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

Unified Diff: ceee/ie/testing/ie_unittest_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
« no previous file with comments | « ceee/ie/plugin/toolband/toolband_module.cc ('k') | ceee/ie/testing/mediumtest_ie_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/testing/ie_unittest_main.cc
===================================================================
--- ceee/ie/testing/ie_unittest_main.cc (revision 66617)
+++ ceee/ie/testing/ie_unittest_main.cc (working copy)
@@ -28,24 +28,7 @@
}
void Unlock() {
}
-void AddRefModuleWorkerThread() {
-}
-void ReleaseModuleWorkerThread() {
-}
-// 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.
-void FireEventToBroker(const std::string& event_name,
- const std::string& event_args) {
- // Must get some work done so that the function can be mocked.
- // Otherwise, it would be too short to be side stepped...
- if (event_name == event_args) {
- CHECK(event_name == event_args);
- } else {
- CHECK(event_name != event_args);
- }
-}
-
} // namespace ceee_module_util
« no previous file with comments | « ceee/ie/plugin/toolband/toolband_module.cc ('k') | ceee/ie/testing/mediumtest_ie_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698