diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-25 01:13:32 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-25 01:13:32 +0000 |
commit | 8e3c1a7ce2fb52858b6908cdd5bd5ddf547fd386 (patch) | |
tree | 1e8f8c007d25467f5f57e5f1f31174214dce96b4 /base/process.h | |
parent | f86a07024080cd1b000105bce34ce45b2bd5159b (diff) | |
download | chromium_src-8e3c1a7ce2fb52858b6908cdd5bd5ddf547fd386.zip chromium_src-8e3c1a7ce2fb52858b6908cdd5bd5ddf547fd386.tar.gz chromium_src-8e3c1a7ce2fb52858b6908cdd5bd5ddf547fd386.tar.bz2 |
Fixes the WebRequest API to consistently use std::string instead of
std::wstring for HTTP header fields
The HTTP specification guarantees that all fields in the header will be ASCII
and thus fit fine in a std::string. The GetHttpHeaders/SetHttpHeaders
interfaces use std::string values for HTTP headers. This patch fixes
GetHttpMethod(), SetHttpMethod(), GetHttpHeaderValue() and SetHttpHeaderValue()
and callers to use std::string as well.
Patch by James Robinson <jamesr@google.com>
R=darin
Review URL: http://codereview.chromium.org/12412
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process.h')
0 files changed, 0 insertions, 0 deletions