| Index: content/common/plugin_list_win.cc
|
| diff --git a/content/common/plugin_list_win.cc b/content/common/plugin_list_win.cc
|
| index ccc994b8f5563f65c46873e52433825cf7275970..6c95a0db006b7dfc9a7edc92e76feb946c0c6db7 100644
|
| --- a/content/common/plugin_list_win.cc
|
| +++ b/content/common/plugin_list_win.cc
|
| @@ -28,7 +28,6 @@ namespace {
|
|
|
| const base::char16 kRegistryApps[] =
|
| L"Software\\Microsoft\\Windows\\CurrentVersion\\App Paths";
|
| -const base::char16 kRegistryFirefox[] = L"firefox.exe";
|
| const base::char16 kRegistryAcrobat[] = L"Acrobat.exe";
|
| const base::char16 kRegistryAcrobatReader[] = L"AcroRd32.exe";
|
| const base::char16 kRegistryWindowsMedia[] = L"wmplayer.exe";
|
|
|