From 90fe71b4dd786fc659b7eea281dddddad8312f1a Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 5 Nov 2009 23:26:43 +0000 Subject: Don't load the Java plugin prior to update 12, since they don't work in Chrome anymore. By blocking loading them, the plugin installer UI is triggered. BUG=26451 Review URL: http://codereview.chromium.org/371001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31159 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/plugins/plugin_constants_win.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/glue/plugins/plugin_constants_win.h') diff --git a/webkit/glue/plugins/plugin_constants_win.h b/webkit/glue/plugins/plugin_constants_win.h index 7357369..b708706 100644 --- a/webkit/glue/plugins/plugin_constants_win.h +++ b/webkit/glue/plugins/plugin_constants_win.h @@ -33,5 +33,7 @@ #define kAcrobatReaderPlugin L"nppdf32.dll" #define kRealPlayerPlugin L"nppl3260.dll" #define kSilverlightPlugin L"npctrl.dll" +#define kJavaPlugin1 L"npjp2.dll" +#define kJavaPlugin2 L"npdeploytk.dll" #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_LIST_H_ -- cgit v1.1