Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(785)

Unified Diff: content/public/browser/resource_throttle.cc

Issue 2005273002: Move MimeTypeResourceHandler before ThrottlingResourceHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+
« content/public/browser/resource_throttle.h ('K') | « content/public/browser/resource_throttle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698