Index: content/browser/download/download_browsertest.cc |
diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc |
index a2e75241945c6ff6e12ccf3000f0db0c0fedb81d..b39e04eb3f944ed71eee45ad0a4c02f50a38e930 100644 |
--- a/content/browser/download/download_browsertest.cc |
+++ b/content/browser/download/download_browsertest.cc |
@@ -854,6 +854,7 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, DownloadOctetStream) { |
plugin_info.name = base::ASCIIToUTF16(kTestPluginName); |
plugin_info.mime_types.push_back( |
WebPluginMimeType(kTestMimeType, kTestFileType, "")); |
+ plugin_info.type = WebPluginInfo::PLUGIN_TYPE_PEPPER_IN_PROCESS; |
PluginServiceImpl::GetInstance()->RegisterInternalPlugin(plugin_info, false); |
// The following is served with a Content-Type of application/octet-stream. |