summaryrefslogtreecommitdiffstats
path: root/net/http/http_request_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_request_info.h')
-rw-r--r--net/http/http_request_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h
index 8a680b6..de817fa 100644
--- a/net/http/http_request_info.h
+++ b/net/http/http_request_info.h
@@ -13,6 +13,9 @@ namespace net {
class HttpRequestInfo {
public:
+ HttpRequestInfo() : load_flags(0) {
+ }
+
// The requested URL.
GURL url;