| Index: content/browser/background_sync/background_sync_manager.h
|
| diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h
|
| index 999b310878842ae2356b50a8a25f6fea6c29ff2a..a845dd3a249d3ee18a84ea61b79b932c7b8ebd9d 100644
|
| --- a/content/browser/background_sync/background_sync_manager.h
|
| +++ b/content/browser/background_sync/background_sync_manager.h
|
| @@ -99,6 +99,10 @@ class CONTENT_EXPORT BackgroundSyncManager
|
| const GURL& pattern) override;
|
| void OnStorageWiped() override;
|
|
|
| + BackgroundSyncNetworkObserver* GetNetworkObserverForTesting() {
|
| + return network_observer_.get();
|
| + }
|
| +
|
| protected:
|
| // A registration might be referenced by the client longer than
|
| // the BackgroundSyncManager needs to keep track of it (e.g., the event has
|
|
|