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

Unified Diff: net/base/filter.h

Issue 62111: Give the filter setup more context so it can figure out whether it's download... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/filter.h
===================================================================
--- net/base/filter.h (revision 13526)
+++ net/base/filter.h (working copy)
@@ -65,6 +65,9 @@
// 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 bool IsSdchResponse() const = 0;

Powered by Google App Engine
This is Rietveld 408576698