diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 04:39:17 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 04:39:17 +0000 |
commit | 332577dd8956454ca7c13d6488504c08894ef109 (patch) | |
tree | a3f034e798bb84841523f9aa05b839c1182dce41 /dbus/test_service.h | |
parent | ca49fa84ef9d8679d6b9507337bfcdcb072a8fe3 (diff) | |
download | chromium_src-332577dd8956454ca7c13d6488504c08894ef109.zip chromium_src-332577dd8956454ca7c13d6488504c08894ef109.tar.gz chromium_src-332577dd8956454ca7c13d6488504c08894ef109.tar.bz2 |
dbus: Add comments about the right way to expose methods
Along the way, fix the order in the test service used in unit tests.
BUG=332120
TEST=dbus_unittests pass as before
Review URL: https://codereview.chromium.org/125673003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus/test_service.h')
-rw-r--r-- | dbus/test_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/test_service.h b/dbus/test_service.h index 7ddaf21..197b8d2 100644 --- a/dbus/test_service.h +++ b/dbus/test_service.h @@ -170,7 +170,7 @@ class TestService : public base::Thread { Bus::ServiceOwnershipOptions request_ownership_options_; scoped_refptr<base::SequencedTaskRunner> dbus_task_runner_; - base::WaitableEvent on_all_methods_exported_; + base::WaitableEvent on_name_obtained_; // The number of methods actually exported. int num_exported_methods_; |