diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 23:26:43 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 23:26:43 +0000 |
commit | 90fe71b4dd786fc659b7eea281dddddad8312f1a (patch) | |
tree | 380b552d7c7a6f24d58e899d8a2efd41c0e5ffeb /webkit/glue/plugins/plugin_constants_win.h | |
parent | 87917191279ce98397d40aee5e27f8fbe6239a20 (diff) | |
download | chromium_src-90fe71b4dd786fc659b7eea281dddddad8312f1a.zip chromium_src-90fe71b4dd786fc659b7eea281dddddad8312f1a.tar.gz chromium_src-90fe71b4dd786fc659b7eea281dddddad8312f1a.tar.bz2 |
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
Diffstat (limited to 'webkit/glue/plugins/plugin_constants_win.h')
-rw-r--r-- | webkit/glue/plugins/plugin_constants_win.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ |