Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1076)

Unified Diff: content/test/fake_plugin_service.h

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/test/fake_plugin_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fake_plugin_service.h
diff --git a/content/test/fake_plugin_service.h b/content/test/fake_plugin_service.h
index 7ccab2ca295503c516c16f176960a54d6085f1b3..8d2de800844dd64d5e552ea50bd9a8048d92172e 100644
--- a/content/test/fake_plugin_service.h
+++ b/content/test/fake_plugin_service.h
@@ -17,7 +17,6 @@ class FakePluginService : public PluginService {
~FakePluginService() override;
// PluginService implementation:
void Init() override;
- void StartWatchingPlugins() override;
bool GetPluginInfoArray(const GURL& url,
const std::string& mime_type,
bool allow_wildcard,
@@ -42,21 +41,12 @@ class FakePluginService : public PluginService {
const base::FilePath& plugin_path) override;
void SetFilter(PluginServiceFilter* filter) override;
PluginServiceFilter* GetFilter() override;
- void ForcePluginShutdown(const base::FilePath& plugin_path) override;
bool IsPluginUnstable(const base::FilePath& plugin_path) override;
void RefreshPlugins() override;
- void AddExtraPluginPath(const base::FilePath& path) override;
- void RemoveExtraPluginPath(const base::FilePath& path) override;
- void AddExtraPluginDir(const base::FilePath& path) override;
void RegisterInternalPlugin(const WebPluginInfo& info,
bool add_at_beginning) override;
void UnregisterInternalPlugin(const base::FilePath& path) override;
void GetInternalPlugins(std::vector<WebPluginInfo>* plugins) override;
- bool NPAPIPluginsSupported() override;
- void DisablePluginsDiscoveryForTesting() override;
-#if defined(OS_MACOSX)
- void AppActivated() override;
-#endif
bool PpapiDevChannelSupported(BrowserContext* browser_context,
const GURL& document_url) override;
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/test/fake_plugin_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698