| Index: content/public/browser/resource_throttle.cc
|
| diff --git a/content/public/gpu/content_gpu_client.cc b/content/public/browser/resource_throttle.cc
|
| similarity index 61%
|
| copy from content/public/gpu/content_gpu_client.cc
|
| copy to content/public/browser/resource_throttle.cc
|
| index c2a8eacc3c51547a6b99d409e6c43c316feadb6b..b3874cf9aaa1106b7ad623c05ecad3198fbf5cac 100644
|
| --- a/content/public/gpu/content_gpu_client.cc
|
| +++ b/content/public/browser/resource_throttle.cc
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/gpu/content_gpu_client.h"
|
| +#include "content/public/browser/resource_throttle.h"
|
|
|
| namespace content {
|
|
|
| -gpu::SyncPointManager* ContentGpuClient::GetSyncPointManager() {
|
| - return nullptr;
|
| +bool ResourceThrottle::MustProcessResponseBeforeMimeSniffing() {
|
| + return false;
|
| }
|
|
|
| } // namespace content
|
| +
|
|
|