summaryrefslogtreecommitdiffstats
path: root/dbus/test_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/test_service.h')
-rw-r--r--dbus/test_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus/test_service.h b/dbus/test_service.h
index 5f215d3..de4aa72 100644
--- a/dbus/test_service.h
+++ b/dbus/test_service.h
@@ -167,6 +167,12 @@ class TestService : public base::Thread {
// Helper function for SendPropertyChangedSignal().
void SendPropertyChangedSignalInternal(const std::string& name);
+ // Sends a property invalidated signal for the name property.
+ void SendPropertyInvalidatedSignal();
+
+ // Helper function for SendPropertyInvalidatedSignal().
+ void SendPropertyInvalidatedSignalInternal();
+
// Helper function for RequestOwnership().
void RequestOwnershipInternal(base::Callback<void(bool)> callback);