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

Unified Diff: content/utility/utility_thread_impl.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/test/fake_plugin_service.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.h
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index 48bf3c5c73a439f202f39acdcdb361596ac1ed40..2894b3d99ae19a2980ad0e04cba1d42f90e0a0c6 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -56,10 +56,6 @@ class UtilityThreadImpl : public UtilityThread,
void OnBatchModeStarted();
void OnBatchModeFinished();
-#if defined(OS_POSIX) && defined(ENABLE_PLUGINS)
- void OnLoadPlugins(const std::vector<base::FilePath>& plugin_paths);
-#endif
-
void BindProcessControlRequest(
mojo::InterfaceRequest<content::mojom::ProcessControl> request);
« no previous file with comments | « content/test/fake_plugin_service.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698