commit | 315def7cce5076007e500674ec475e785c180566 | [log] [tgz] |
---|---|---|
author | Ken Rockot <rockot@google.com> | Sat Nov 10 02:16:10 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Nov 10 02:16:10 2018 |
tree | 0aec4c0a244491138fd9e916b717238cd28e3ce3 | |
parent | 7ec4c624ced67aef832b377d4f5f0aa491200eac [diff] |
[service-manager] Make instance_id a Token Changes Identity's instance ID field from a free-form string to a base::Token. Prior to this change, the default instance ID was the empty string. Now it's a zero-valued token. BindInterface attempts which do not specify an instance ID implicitly connect to the instance with a zero-valued instance ID. All usage of GUIDs where relevant to instance isolation (namely media CDM and various data decoder helpers) have been changed to Tokens. Bug: 895591 Change-Id: Id14c19402f0fd924a2f467bee40860293a5abe16 Reviewed-on: https://chromium-review.googlesource.com/c/1327526 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Xiaohan Wang <xhwang@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#607082}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .