Chromium Code Reviews| Index: webkit/glue/resource_handle_impl.cc |
| =================================================================== |
| --- webkit/glue/resource_handle_impl.cc (revision 12710) |
| +++ webkit/glue/resource_handle_impl.cc (working copy) |
| @@ -425,6 +425,9 @@ |
| frame_origin, |
| main_frame_origin, |
| webkit_glue::CStringToStdString(headerBuf.latin1()), |
| + // TODO(abarth): webkit_glue::StringToStdString( |
| + // request_.defaultMimeType()); |
|
wtc
2009/03/28 00:45:35
Is this change blocked by your upstream WebKit pat
abarth-chromium
2009/03/28 07:10:45
We can land this now, but it won't do anything yet
|
| + "", |
| load_flags_, |
| requestor_pid, |
| FromTargetType(request_.targetType()), |