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

Unified Diff: net/filter/gzip_filter.h

Issue 737943002: Update from https://crrev.com/304715 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/filter_unittest.cc ('k') | net/filter/gzip_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/filter/gzip_filter.h
diff --git a/net/filter/gzip_filter.h b/net/filter/gzip_filter.h
index 597c2e7d4a28ee4ce9922eaf723982283ef5eb93..42dc3202509c7773d03646d1fa5d495826d6e8d4 100644
--- a/net/filter/gzip_filter.h
+++ b/net/filter/gzip_filter.h
@@ -73,7 +73,7 @@ class GZipFilter : public Filter {
static const int kGZipFooterSize = 8;
// Only to be instantiated by Filter::Factory.
- GZipFilter();
+ GZipFilter(FilterType type);
friend class Filter;
// Parses and verifies the GZip header.
« no previous file with comments | « net/filter/filter_unittest.cc ('k') | net/filter/gzip_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698