Index: net/http/http_util.h |
diff --git a/net/http/http_util.h b/net/http/http_util.h |
index 5ab27a6c346c994a1a8e01064592117c67c233ce..ae65146e6e4a42a21f673787d037f06330c9eb0b 100644 |
--- a/net/http/http_util.h |
+++ b/net/http/http_util.h |
@@ -39,12 +39,6 @@ |
static size_t FindDelimiter(const std::string& line, |
size_t search_start, |
char delimiter); |
- |
- // Parses an "HTTP/X.Y" version from a string, such as: |
- // "HTTP/1.1" |
- // Returns whether or not the version string was successfully parsed. |
- static bool ParseVersion(const std::string& version_str, |
- HttpVersion* version); |
// Parses the value of a Content-Type header. The resulting mime_type and |
// charset values are normalized to lowercase. The mime_type and charset |