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

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

Issue 2798703002: Create org.chromium.KioskAppService. (Closed)
Patch Set: add helper function 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
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..cf2ddc21ea7b1f35040c173c666e430655f3f6d8 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 SingleProviderList(
Daniel Erat 2017/04/06 18:13:34 nit: how about CreateSingleProviderList (or even j
teravest 2017/04/06 20:18:33 Done.
+ std::unique_ptr<ServiceProviderInterface> provider);
+
virtual ~CrosDBusService();
protected:

Powered by Google App Engine
This is Rietveld 408576698