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

Unified Diff: net/filter/filter.h

Issue 1008873006: [net] Remove logic for fixing up Gzip encoding type for downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/filter/filter.h
diff --git a/net/filter/filter.h b/net/filter/filter.h
index 428dc8cd21dd318bfa83ac7e617b2a1e2ca72e0d..1904a8cdbb957be08b6baf3ef509d56a130a31ec 100644
--- a/net/filter/filter.h
+++ b/net/filter/filter.h
@@ -102,19 +102,12 @@ class NET_EXPORT_PRIVATE FilterContext {
// Return false if gurl is not present.
virtual bool GetURL(GURL* gurl) const = 0;
- // What Content-Disposition header came with this data?
- // Return false if no header was present.
- virtual bool GetContentDisposition(std::string* disposition) const = 0;
-
// When was this data requested from a server?
virtual base::Time GetRequestTime() const = 0;
// Is data supplied from cache, or fresh across the net?
virtual bool IsCachedContent() const = 0;
- // Is this a download?
- virtual bool IsDownload() const = 0;
-
// Was this data flagged as a response to a request with an SDCH dictionary?
virtual SdchManager::DictionarySet* SdchDictionariesAdvertised() const = 0;
« no previous file with comments | « net/base/filename_util_unsafe.cc ('k') | net/filter/filter.cc » ('j') | net/filter/filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698