Index: content/renderer/background_sync/background_sync_client_impl.cc |
diff --git a/content/renderer/background_sync/background_sync_client_impl.cc b/content/renderer/background_sync/background_sync_client_impl.cc |
index 24630e35c24592f23132d447cd59aa910402379d..4ccd3c425a281b15a0c5c35384d94fe5c82b6b13 100644 |
--- a/content/renderer/background_sync/background_sync_client_impl.cc |
+++ b/content/renderer/background_sync/background_sync_client_impl.cc |
@@ -30,9 +30,7 @@ BackgroundSyncClientImpl::~BackgroundSyncClientImpl() {} |
BackgroundSyncClientImpl::BackgroundSyncClientImpl( |
int64_t service_worker_registration_id, |
jam
2016/01/13 16:17:50
ditto
mlamouri (slow - plz ping)
2016/01/14 20:13:39
Done.
|
mojo::InterfaceRequest<BackgroundSyncServiceClient> request) |
- : service_worker_registration_id_(service_worker_registration_id), |
- binding_(this, std::move(request)), |
- callback_seq_num_(0) {} |
+ : binding_(this, std::move(request)), callback_seq_num_(0) {} |
void BackgroundSyncClientImpl::Sync( |
int64_t handle_id, |