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

Unified Diff: chromeos/dbus/services/cros_dbus_service.h

Issue 2798703002: Create org.chromium.KioskAppService. (Closed)
Patch Set: style nits Created 3 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 | « chromeos/BUILD.gn ('k') | chromeos/dbus/services/cros_dbus_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/services/cros_dbus_service.h
diff --git a/chromeos/dbus/services/cros_dbus_service.h b/chromeos/dbus/services/cros_dbus_service.h
index 700f0998c760ed2e3a1bcba8e3757cc707c5e4e3..4652d88dd7947e57eca9f5ef484b6eb18b5f08b9 100644
--- a/chromeos/dbus/services/cros_dbus_service.h
+++ b/chromeos/dbus/services/cros_dbus_service.h
@@ -49,6 +49,10 @@ class CHROMEOS_EXPORT CrosDBusService {
const dbus::ObjectPath& object_path,
ServiceProviderList service_providers);
+ // Creates a ServiceProviderList containing a single provider.
+ static ServiceProviderList CreateServiceProviderList(
+ std::unique_ptr<ServiceProviderInterface> provider);
+
virtual ~CrosDBusService();
protected:
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/services/cros_dbus_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698