Commit 56162f2a authored by Xiaohan Wang's avatar Xiaohan Wang Committed by Commit Bot

Update service_manager::Identity documentation on |user_id|

The comment is copied from the "Service Manager User Guide" in
services/service_manager/README.md.

Change-Id: Ia5b49371366162465a61e99c9ce6a0dad094f6fd
Reviewed-on: https://chromium-review.googlesource.com/673142Reviewed-by: default avatarKen Rockot <rockot@chromium.org>
Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502952}
parent 933071e4
...@@ -13,6 +13,8 @@ namespace service_manager { ...@@ -13,6 +13,8 @@ namespace service_manager {
// Represents the identity of an application. // Represents the identity of an application.
// |name| is the structured name of the application. // |name| is the structured name of the application.
// |user_id| is a GUID string representing the identity of a user in the system.
// Every running service instance is associated with a specific user ID.
// |instance| is a string that allows to tie a specific instance to another. A // |instance| is a string that allows to tie a specific instance to another. A
// typical use case of instance is to control process grouping for a given name. // typical use case of instance is to control process grouping for a given name.
class SERVICE_MANAGER_PUBLIC_CPP_TYPES_EXPORT Identity { class SERVICE_MANAGER_PUBLIC_CPP_TYPES_EXPORT Identity {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment