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

Unified Diff: content/test/fake_plugin_service.cc

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/test/fake_plugin_service.h ('k') | content/utility/utility_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « content/test/fake_plugin_service.h ('k') | content/utility/utility_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698