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

Unified Diff: content/common/plugin_constants_win.cc

Issue 324593004: Windows: Add an "Open in Adobe Reader" menu item for PDF files in the download shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 6 years, 6 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: content/common/plugin_constants_win.cc
diff --git a/content/common/plugin_constants_win.cc b/content/common/plugin_constants_win.cc
index edaeffd6b2e1d052353c7f6c9dfeb6296b5a81ca..be83e77e6f7748b66850a4c955c567d0131e6c2e 100644
--- a/content/common/plugin_constants_win.cc
+++ b/content/common/plugin_constants_win.cc
@@ -25,6 +25,7 @@ const base::char16 kRealPlayerPlugin[] = L"nppl3260.dll";
const base::char16 kSilverlightPlugin[] = L"npctrl.dll";
const base::char16 kJavaPlugin1[] = L"npjp2.dll";
const base::char16 kJavaPlugin2[] = L"npdeploytk.dll";
+const base::char16 kJavaPlugin3[] = L"npdeployjava1.dll";
const char kGPUPluginMimeType[] = "application/vnd.google.chrome.gpu-plugin";
const base::char16 kPluginDummyParentProperty[] = L"NPAPIPluginDummyParent";

Powered by Google App Engine
This is Rietveld 408576698