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

Unified Diff: chrome/plugin/chrome_plugin_host.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: chrome/plugin/chrome_plugin_host.cc
===================================================================
--- chrome/plugin/chrome_plugin_host.cc (revision 12710)
+++ chrome/plugin/chrome_plugin_host.cc (working copy)
@@ -147,6 +147,7 @@
"null", // frame_origin
"null", // main_frame_origin
extra_headers_,
+ "", // default_mime_type
load_flags_,
GetCurrentProcessId(),
ResourceType::OBJECT,

Powered by Google App Engine
This is Rietveld 408576698