summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 19:26:20 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 19:26:20 +0000
commit575cf46002b787300f532d1281f54ae7ff10aec7 (patch)
treeb5bf344fec175b3479b9f877e652cd7026cdb342 /chrome_frame
parenta3bcaa90d1b22148c6e883044090f5182c6333f3 (diff)
downloadchromium_src-575cf46002b787300f532d1281f54ae7ff10aec7.zip
chromium_src-575cf46002b787300f532d1281f54ae7ff10aec7.tar.gz
chromium_src-575cf46002b787300f532d1281f54ae7ff10aec7.tar.bz2
Remove DCHECK for an argument that may be NULL.
TEST=none BUG=none Review URL: http://codereview.chromium.org/6452009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/http_negotiate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome_frame/http_negotiate.cc b/chrome_frame/http_negotiate.cc
index f1a1989..a1d02f5 100644
--- a/chrome_frame/http_negotiate.cc
+++ b/chrome_frame/http_negotiate.cc
@@ -133,7 +133,6 @@ std::string AppendCFUserAgentString(LPCWSTR headers,
std::string ReplaceOrAddUserAgent(LPCWSTR headers,
const std::string& user_agent_value) {
- DCHECK(headers);
using net::HttpUtil;
std::string new_headers;