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

Unified Diff: net/http/partial_data.h

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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
« no previous file with comments | « net/http/http_proxy_client_socket.cc ('k') | net/http/partial_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/partial_data.h
diff --git a/net/http/partial_data.h b/net/http/partial_data.h
index 45bef318746d5056479960409504829df7e319f0..4726d1004e49cd2803560533edf83ac53a051d60 100644
--- a/net/http/partial_data.h
+++ b/net/http/partial_data.h
@@ -31,9 +31,7 @@ class IOBuffer;
// of those individual network / cache requests.
class PartialData {
public:
- PartialData()
- : range_present_(false), final_range_(false), sparse_entry_(true),
- truncated_(false), core_(NULL), callback_(NULL) {}
+ PartialData();
~PartialData();
// Performs initialization of the object by examining the request |headers|
« no previous file with comments | « net/http/http_proxy_client_socket.cc ('k') | net/http/partial_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698