| Index: content/public/browser/resource_dispatcher_host_delegate.cc
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| index e41887570199037e16ecb95cd21c47dccdefb362..490d1def73b8de817ad13dc439a3fa525cd4b100 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -90,6 +90,12 @@ void ResourceDispatcherHostDelegate::RequestComplete(
|
| net::URLRequest* url_request) {
|
| }
|
|
|
| +bool ResourceDispatcherHostDelegate::ShouldEnableLoFiMode(
|
| + net::URLRequest* url_request,
|
| + content::ResourceContext* resource_context) {
|
| + return false;
|
| +}
|
| +
|
| ResourceDispatcherHostDelegate::ResourceDispatcherHostDelegate() {
|
| }
|
|
|
|
|