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

Unified Diff: content/test/fake_plugin_service.cc

Issue 2873963005: Use PostTaskAndReplyWithResult in plugin_service_impl.cc. (Closed)
Patch Set: Created 3 years, 7 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') | no next file » | 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 f34ac599adc77ee960d18102fd9918f01ca8648e..6746b9f16e7e86057c18920785a9a275ec2149c5 100644
--- a/content/test/fake_plugin_service.cc
+++ b/content/test/fake_plugin_service.cc
@@ -49,8 +49,7 @@ base::string16 FakePluginService::GetPluginDisplayNameByPath(
return base::string16();
}
-void FakePluginService::GetPlugins(const GetPluginsCallback& callback) {
-}
+void FakePluginService::GetPlugins(GetPluginsCallback callback) {}
PepperPluginInfo* FakePluginService::GetRegisteredPpapiPluginInfo(
const base::FilePath& plugin_path) {
« no previous file with comments | « content/test/fake_plugin_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698