| Index: content/browser/background_sync/background_sync_network_observer.cc
|
| diff --git a/content/browser/background_sync/background_sync_network_observer.cc b/content/browser/background_sync/background_sync_network_observer.cc
|
| index a08e7d837183f989a37c46a713523ec6d84f1689..f8a0e089ec64b97ce78ecc82e0396bcea362f501 100644
|
| --- a/content/browser/background_sync/background_sync_network_observer.cc
|
| +++ b/content/browser/background_sync/background_sync_network_observer.cc
|
| @@ -65,6 +65,11 @@ void BackgroundSyncNetworkObserver::OnNetworkChanged(
|
| NotifyManagerIfNetworkChanged(connection_type);
|
| }
|
|
|
| +void BackgroundSyncNetworkObserver::NotifyManagerIfNetworkChangedForTesting(
|
| + net::NetworkChangeNotifier::ConnectionType connection_type) {
|
| + NotifyManagerIfNetworkChanged(connection_type);
|
| +}
|
| +
|
| void BackgroundSyncNetworkObserver::NotifyManagerIfNetworkChanged(
|
| net::NetworkChangeNotifier::ConnectionType connection_type) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
|
|