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

Unified Diff: content/test/fake_plugin_service.h

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/public/browser/plugin_service.h ('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 082b646f6d1f85f9f5ae7dd80c0264a90914b55e..db23a83ed079a31fc757813f500266c02541bc49 100644
--- a/content/test/fake_plugin_service.h
+++ b/content/test/fake_plugin_service.h
@@ -40,7 +40,7 @@ class FakePluginService : public PluginService {
WebPluginInfo* info) override;
base::string16 GetPluginDisplayNameByPath(
const base::FilePath& path) override;
- void GetPlugins(const GetPluginsCallback& callback) override;
+ void GetPlugins(GetPluginsCallback callback) override;
PepperPluginInfo* GetRegisteredPpapiPluginInfo(
const base::FilePath& plugin_path) override;
void SetFilter(PluginServiceFilter* filter) override;
« no previous file with comments | « content/public/browser/plugin_service.h ('k') | content/test/fake_plugin_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698