| Index: content/test/fake_plugin_service.cc
|
| diff --git a/content/test/fake_plugin_service.cc b/content/test/fake_plugin_service.cc
|
| index 1d7767cb559b7f25d3312899e2adee256047bbb0..75e35d4f9c869c7fab1f3d1b17f57709e3a56422 100644
|
| --- a/content/test/fake_plugin_service.cc
|
| +++ b/content/test/fake_plugin_service.cc
|
| @@ -101,6 +101,9 @@ bool FakePluginService::NPAPIPluginsSupported() {
|
| return false;
|
| }
|
|
|
| +void FakePluginService::EnableNpapiPluginsForTesting() {
|
| +}
|
| +
|
| void FakePluginService::DisablePluginsDiscoveryForTesting() {
|
| }
|
|
|
|
|