Carry over modifications to request object in CefHandler::HandleBeforeResourceLoad() (issue #41).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@95 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2010-08-30 20:26:13 +00:00
parent af70b21705
commit a4776a9dda
5 changed files with 63 additions and 6 deletions

View File

@ -42,7 +42,8 @@ public:
static void SetHeaderMap(const HeaderMap& map,
WebKit::WebURLRequest& request);
static void GetHeaderMap(const std::string& header_str, HeaderMap& map);
static std::string GenerateHeaders(const HeaderMap& map);
static void ParseHeaders(const std::string& header_str, HeaderMap& map);
protected:
std::wstring url_;