| Index: content/common/plugin_constants_win.cc
|
| diff --git a/content/common/plugin_constants_win.cc b/content/common/plugin_constants_win.cc
|
| index 026885677e2db5ed71161c513946fcfb1961f5cb..9330c8199e61acd4316e93adce5a567fb316be7b 100644
|
| --- a/content/common/plugin_constants_win.cc
|
| +++ b/content/common/plugin_constants_win.cc
|
| @@ -6,11 +6,7 @@
|
|
|
| namespace content {
|
|
|
| -const base::char16 kNativeWindowClassName[] = L"NativeWindowClass";
|
| -const base::char16 kWrapperNativeWindowClassName[] =
|
| - L"WrapperNativeWindowClass";
|
| const base::char16 kDummyActivationWindowName[] = L"DummyWindowForActivation";
|
| -const base::char16 kPaintMessageName[] = L"Chrome_CustomPaintil";
|
| const base::char16 kRegistryMozillaPlugins[] = L"SOFTWARE\\MozillaPlugins";
|
| const base::char16 kMozillaActiveXPlugin[] = L"npmozax.dll";
|
| const base::char16 kNewWMPPlugin[] = L"np-mswmp.dll";
|
|
|