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

Unified Diff: content/shell/tools/plugin/main.cpp

Issue 1829293002: Make the test NPAPI plugin not handle png (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase; request rebaseline on linux Created 4 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
« no previous file with comments | « content/shell/tools/plugin/mac/Info.plist ('k') | content/shell/tools/plugin/win/TestNetscapePlugin.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/tools/plugin/main.cpp
diff --git a/content/shell/tools/plugin/main.cpp b/content/shell/tools/plugin/main.cpp
index ea969d462100224bb7f5e12e73de41003a8b3d28..0f1887eb90d69aaf38cfed8d10f3a26d8ee8e782 100644
--- a/content/shell/tools/plugin/main.cpp
+++ b/content/shell/tools/plugin/main.cpp
@@ -842,7 +842,7 @@ NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
extern "C"
const char* NP_GetMIMEDescription(void)
{
- return "application/x-webkit-test-netscape:testnetscape:test netscape content;image/png:png:PNG image";
+ return "application/x-webkit-test-netscape:testnetscape:test netscape content";
}
extern "C"
« no previous file with comments | « content/shell/tools/plugin/mac/Info.plist ('k') | content/shell/tools/plugin/win/TestNetscapePlugin.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698