blob: 5f2a5cbf6f1f0e25dbef5bc22c9360f24c9d5a68 [file] [log] [blame]
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/common/plugin_constants_win.h"
namespace content {
const base::char16 kRegistryMozillaPlugins[] = L"SOFTWARE\\MozillaPlugins";
const base::char16 kMozillaActiveXPlugin[] = L"npmozax.dll";
const base::char16 kNewWMPPlugin[] = L"np-mswmp.dll";
const base::char16 kOldWMPPlugin[] = L"npdsplay.dll";
const base::char16 kYahooApplicationStatePlugin[] = L"npystate.dll";
const base::char16 kWanWangProtocolHandlerPlugin[] = L"npww.dll";
const base::char16 kJavaPlugin1[] = L"npjp2.dll";
const base::char16 kJavaPlugin2[] = L"npdeploytk.dll";
} // namespace content