| Index: content/test/fake_plugin_service.cc
|
| diff --git a/content/test/fake_plugin_service.cc b/content/test/fake_plugin_service.cc
|
| index f34345df3ca2220870dc7e3bc31f5783218a6c28..e279c1ad01048df2913f8d900866417eff46b053 100644
|
| --- a/content/test/fake_plugin_service.cc
|
| +++ b/content/test/fake_plugin_service.cc
|
| @@ -108,13 +108,6 @@ void FakePluginService::DisablePluginsDiscoveryForTesting() {
|
| #if defined(OS_MACOSX)
|
| void FakePluginService::AppActivated() {
|
| }
|
| -#elif defined(OS_WIN)
|
| -bool FakePluginService::GetPluginInfoFromWindow(
|
| - HWND window,
|
| - base::string16* plugin_name,
|
| - base::string16* plugin_version) {
|
| - return false;
|
| -}
|
| #endif
|
|
|
| bool FakePluginService::PpapiDevChannelSupported(
|
|
|