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

Unified Diff: net/base/bzip2_filter.h

Issue 40138: Use FilterContext to allow filters to access URLRequestJob data... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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: net/base/bzip2_filter.h
===================================================================
--- net/base/bzip2_filter.h (revision 11030)
+++ net/base/bzip2_filter.h (working copy)
@@ -14,8 +14,8 @@
//
// This BZip2Filter internally uses third_party/bzip2 library to do decoding.
//
-// BZip2Filter is also a subclass of Filter. See the latter's header file filter.h
-// for sample usage.
+// BZip2Filter is also a subclass of Filter. See the latter's header file
+// filter.h for sample usage.
#ifndef NET_BASE_BZIP2_FILTER_H_
#define NET_BASE_BZIP2_FILTER_H_
@@ -26,7 +26,7 @@
class BZip2Filter : public Filter {
public:
- BZip2Filter();
+ explicit BZip2Filter(const FilterContext& filter_context);
virtual ~BZip2Filter();

Powered by Google App Engine
This is Rietveld 408576698