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

Unified Diff: services/device/device_service.h

Issue 2484953002: Eliminate quit closure argument to embedded service factories (Closed)
Patch Set: . Created 4 years, 1 month 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 | « media/mojo/services/media_service_factory.cc ('k') | services/device/device_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/device_service.h
diff --git a/services/device/device_service.h b/services/device/device_service.h
index daac76d30a57530d607775b9bca817200f0e1c1e..b1e9e49ca7499fc18b53f61407303d92d4c8b831 100644
--- a/services/device/device_service.h
+++ b/services/device/device_service.h
@@ -14,8 +14,7 @@
namespace device {
std::unique_ptr<service_manager::Service> CreateDeviceService(
- scoped_refptr<base::SingleThreadTaskRunner> file_task_runner,
- const base::Closure& quit_closure);
+ scoped_refptr<base::SingleThreadTaskRunner> file_task_runner);
class DeviceService : public service_manager::Service {
public:
« no previous file with comments | « media/mojo/services/media_service_factory.cc ('k') | services/device/device_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698