| Index: content/common/service_worker/embedded_worker_start_params.cc
|
| diff --git a/content/public/browser/resource_throttle.cc b/content/common/service_worker/embedded_worker_start_params.cc
|
| similarity index 61%
|
| copy from content/public/browser/resource_throttle.cc
|
| copy to content/common/service_worker/embedded_worker_start_params.cc
|
| index 88a89a8025de908b015ffceb2dd0b271757b8980..93f62ff035e8e1a0a121d46957f0a0a7fddaa81d 100644
|
| --- a/content/public/browser/resource_throttle.cc
|
| +++ b/content/common/service_worker/embedded_worker_start_params.cc
|
| @@ -2,12 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/browser/resource_throttle.h"
|
| +#include "content/common/service_worker/embedded_worker_start_params.h"
|
|
|
| namespace content {
|
|
|
| -bool ResourceThrottle::MustProcessResponseBeforeReadingBody() {
|
| - return false;
|
| -}
|
| +EmbeddedWorkerStartParams::EmbeddedWorkerStartParams() {}
|
|
|
| } // namespace content
|
|
|