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

Unified Diff: chrome/common/resource_dispatcher.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: chrome/common/resource_dispatcher.h
===================================================================
--- chrome/common/resource_dispatcher.h (revision 12710)
+++ chrome/common/resource_dispatcher.h (working copy)
@@ -42,6 +42,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 origin_pid,
ResourceType::Type resource_type,

Powered by Google App Engine
This is Rietveld 408576698