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

Unified Diff: dbus/test_service.h

Issue 9668018: dbus: remove service name from ExportedObject (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pay more attention when fixing mock Created 8 years, 9 months 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 | « dbus/mock_exported_object.cc ('k') | dbus/test_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/test_service.h
diff --git a/dbus/test_service.h b/dbus/test_service.h
index 2b49229dfc1a40dca744344428dc8768307210c8..b5a90c73fce35b63f1d2c0114a4e1440c765eb08 100644
--- a/dbus/test_service.h
+++ b/dbus/test_service.h
@@ -76,6 +76,10 @@ class TestService : public base::Thread {
// Helper function for ShutdownAndBlock().
void ShutdownAndBlockInternal();
+ // Called when an ownership request is completed.
+ void OnOwnership(const std::string& service_name,
+ bool success);
+
// Called when a method is exported.
void OnExported(const std::string& interface_name,
const std::string& method_name,
« no previous file with comments | « dbus/mock_exported_object.cc ('k') | dbus/test_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698