| Index: chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc
|
| diff --git a/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc b/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc
|
| index 36a153d882b8fb181ad99309e9774a9b68ac904c..b2074cf1a45f6a09c318cdcb39b21fb208401841 100644
|
| --- a/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc
|
| +++ b/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc
|
| @@ -319,11 +319,8 @@ bool OfflinePageEvaluationBridge::PushRequestProcessing(
|
| DCHECK(request_coordinator_);
|
| base::android::RunCallbackAndroid(j_callback_obj, false);
|
|
|
| - net::NetworkChangeNotifier::ConnectionType connection =
|
| - net::NetworkChangeNotifier::GetConnectionType();
|
| - DeviceConditions device_conditions(false, 0, connection);
|
| return request_coordinator_->StartImmediateProcessing(
|
| - device_conditions, base::Bind(&OnPushRequestsDone, j_callback_ref));
|
| + base::Bind(&OnPushRequestsDone, j_callback_ref));
|
| }
|
|
|
| void OfflinePageEvaluationBridge::SavePageLater(
|
|
|