| Index: jingle/notifier/listener/push_client.h
|
| diff --git a/jingle/notifier/listener/push_client.h b/jingle/notifier/listener/push_client.h
|
| index ea975a84992b8cda018118c454fbe81125624bdf..f80f422d90febe09d1699baf0fa682d1cf54d3ee 100644
|
| --- a/jingle/notifier/listener/push_client.h
|
| +++ b/jingle/notifier/listener/push_client.h
|
| @@ -27,6 +27,12 @@ class PushClient {
|
| static scoped_ptr<PushClient> CreateDefault(
|
| const NotifierOptions& notifier_options);
|
|
|
| + // Creates a default blocking PushClient implementation from the
|
| + // given options. Must be called from the IO thread (according to
|
| + // |notifier_options|).
|
| + static scoped_ptr<PushClient> CreateDefaultOnIOThread(
|
| + const NotifierOptions& notifier_options);
|
| +
|
| // Manage the list of observers for incoming notifications.
|
| virtual void AddObserver(PushClientObserver* observer) = 0;
|
| virtual void RemoveObserver(PushClientObserver* observer) = 0;
|
|
|