Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(968)

Unified Diff: webkit/glue/resource_handle_impl.cc

Issue 55049: Add the ability to specify a default MIME type when loading a resource. We'l... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()),

Powered by Google App Engine
This is Rietveld 408576698