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

Unified Diff: net/base/filter.h

Issue 466038: Remove bzip2 decoding support completely. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/base/bzip2_filter_unittest.cc ('k') | net/base/filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/filter.h
===================================================================
--- net/base/filter.h (revision 33986)
+++ net/base/filter.h (working copy)
@@ -128,7 +128,6 @@
enum FilterType {
FILTER_TYPE_DEFLATE,
FILTER_TYPE_GZIP,
- FILTER_TYPE_BZIP2,
FILTER_TYPE_GZIP_HELPING_SDCH, // Gzip possible, but pass through allowed.
FILTER_TYPE_SDCH,
FILTER_TYPE_SDCH_POSSIBLE, // Sdch possible, but pass through allowed.
« no previous file with comments | « net/base/bzip2_filter_unittest.cc ('k') | net/base/filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698