summaryrefslogtreecommitdiffstats
path: root/net/http/http_request_headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_request_headers.h')
-rw-r--r--net/http/http_request_headers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_request_headers.h b/net/http/http_request_headers.h
index d574ae4..e130ab1 100644
--- a/net/http/http_request_headers.h
+++ b/net/http/http_request_headers.h
@@ -1,4 +1,5 @@
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012, Code Aurora Forum. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -55,6 +56,7 @@ class NET_EXPORT HttpRequestHeaders {
};
static const char kGetMethod[];
+ static const char kHeadMethod[];
static const char kAcceptCharset[];
static const char kAcceptEncoding[];