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

Unified Diff: webkit/plugins/npapi/plugin_list.cc

Issue 9348024: Infobar the NVIDIA 3D vision plug-ins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_list.cc
===================================================================
--- webkit/plugins/npapi/plugin_list.cc (revision 120786)
+++ webkit/plugins/npapi/plugin_list.cc (working copy)
@@ -144,6 +144,9 @@
static const VersionRangeDefinition kWindowsMediaPlayerVersionRange[] = {
{ "", "", "", true }
};
+static const VersionRangeDefinition kNvidia3DVersionRange[] = {
+ { "", "", "", true }
+};
static const PluginGroupDefinition kGroupDefinitions[] = {
kFlashDefinition,
{ "apple-quicktime", PluginGroup::kQuickTimeGroupName, "QuickTime Plug-in",
@@ -170,6 +173,8 @@
arraysize(kWindowsMediaPlayerVersionRange), "" },
{ "microsoft-office", "Microsoft Office", "Microsoft Office",
NULL, 0, "" },
+ { "nvidia-3d", "NVIDIA 3D", "NVIDIA 3D", kNvidia3DVersionRange,
+ arraysize(kNvidia3DVersionRange), "" },
};
#elif defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698