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

Unified Diff: net/filter/brotli_filter_disabled.cc

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude brotli_filter_unittest on ios - needs to read input data files Created 5 years 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
« no previous file with comments | « net/filter/brotli_filter.cc ('k') | net/filter/brotli_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/filter/brotli_filter_disabled.cc
diff --git a/ui/base/cursor/cursor_loader_android.cc b/net/filter/brotli_filter_disabled.cc
similarity index 53%
copy from ui/base/cursor/cursor_loader_android.cc
copy to net/filter/brotli_filter_disabled.cc
index 85dbf3c53c387c54b87e8608a8564ebfd0450d58..1081ff4648135a4d523d009315fc909f885fe772 100644
--- a/ui/base/cursor/cursor_loader_android.cc
+++ b/net/filter/brotli_filter_disabled.cc
@@ -2,15 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/cursor/cursor_loader.h"
+#include "net/filter/brotli_filter.h"
-#include "base/logging.h"
+namespace net {
-namespace ui {
-
-CursorLoader* CursorLoader::Create() {
- NOTIMPLEMENTED();
+Filter* CreateBrotliFilter(Filter::FilterType type_id) {
return nullptr;
}
-} // namespace ui
+} // namespace net
« no previous file with comments | « net/filter/brotli_filter.cc ('k') | net/filter/brotli_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698