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

Unified Diff: webkit/glue/resource_loader_bridge.h

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_loader_bridge.h
===================================================================
--- webkit/glue/resource_loader_bridge.h (revision 12710)
+++ webkit/glue/resource_loader_bridge.h (working copy)
@@ -180,6 +180,7 @@
const std::string& frame_origin,
const std::string& main_frame_origin,
const std::string& headers,
+ const std::string& default_mime_type,
int load_flags,
int requestor_pid,
ResourceType::Type request_type,

Powered by Google App Engine
This is Rietveld 408576698