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..ce903afcd0440dbb6d034e33bd06d1c285b8e5e4 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( |
+ const net::URLRequest& url_request, |
+ content::ResourceContext* resource_context) { |
+ return false; |
+} |
+ |
ResourceDispatcherHostDelegate::ResourceDispatcherHostDelegate() { |
} |