| Index: content/test/fake_plugin_service.cc
|
| diff --git a/content/test/fake_plugin_service.cc b/content/test/fake_plugin_service.cc
|
| index e279c1ad01048df2913f8d900866417eff46b053..280ba4d54039dcd171e943ab652d37bef15a9573 100644
|
| --- a/content/test/fake_plugin_service.cc
|
| +++ b/content/test/fake_plugin_service.cc
|
| @@ -16,9 +16,6 @@ FakePluginService::~FakePluginService() {
|
| void FakePluginService::Init() {
|
| }
|
|
|
| -void FakePluginService::StartWatchingPlugins() {
|
| -}
|
| -
|
| bool FakePluginService::GetPluginInfoArray(
|
| const GURL& url,
|
| const std::string& mime_type,
|
| @@ -67,9 +64,6 @@ PluginServiceFilter* FakePluginService::GetFilter() {
|
| return nullptr;
|
| }
|
|
|
| -void FakePluginService::ForcePluginShutdown(const base::FilePath& plugin_path) {
|
| -}
|
| -
|
| bool FakePluginService::IsPluginUnstable(const base::FilePath& path) {
|
| return false;
|
| }
|
| @@ -77,15 +71,6 @@ bool FakePluginService::IsPluginUnstable(const base::FilePath& path) {
|
| void FakePluginService::RefreshPlugins() {
|
| }
|
|
|
| -void FakePluginService::AddExtraPluginPath(const base::FilePath& path) {
|
| -}
|
| -
|
| -void FakePluginService::RemoveExtraPluginPath(const base::FilePath& path) {
|
| -}
|
| -
|
| -void FakePluginService::AddExtraPluginDir(const base::FilePath& path) {
|
| -}
|
| -
|
| void FakePluginService::RegisterInternalPlugin(
|
| const WebPluginInfo& info,
|
| bool add_at_beginning) {
|
| @@ -98,18 +83,6 @@ void FakePluginService::GetInternalPlugins(
|
| std::vector<WebPluginInfo>* plugins) {
|
| }
|
|
|
| -bool FakePluginService::NPAPIPluginsSupported() {
|
| - return false;
|
| -}
|
| -
|
| -void FakePluginService::DisablePluginsDiscoveryForTesting() {
|
| -}
|
| -
|
| -#if defined(OS_MACOSX)
|
| -void FakePluginService::AppActivated() {
|
| -}
|
| -#endif
|
| -
|
| bool FakePluginService::PpapiDevChannelSupported(
|
| BrowserContext* browser_context,
|
| const GURL& document_url) {
|
|
|