aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryusukes <yusukes@google.com>2017-06-02 07:11:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-02 07:11:52 +0000
commit068c5af864c9efd62102ca79fe11fb417719d96c (patch)
tree2e985daf95c620e6f00cc0640e1e5de39de922fa
parent3462dfd74de5a910497af9de41368bb0a44105ec (diff)
parent3e806a49c990a3accd7a58ec22de3b63b670ea11 (diff)
downloadsystem_api-068c5af864c9efd62102ca79fe11fb417719d96c.tar.gz
system_api: Add 'bool for_login_screen' to arc.proto am: 0fed00b89e am: 8b92249e8d
am: 3e806a49c9 Change-Id: I43792bcda320ea3e174b809bcb6141cf1c611daf
-rw-r--r--dbus/login_manager/arc.proto8
1 files changed, 7 insertions, 1 deletions
diff --git a/dbus/login_manager/arc.proto b/dbus/login_manager/arc.proto
index 1d7dcee..7f8cddf 100644
--- a/dbus/login_manager/arc.proto
+++ b/dbus/login_manager/arc.proto
@@ -22,5 +22,11 @@ message StartArcInstanceRequest {
// directory.
optional bool scan_vendor_priv_app = 3;
- // Next ID to use: 4
+ // Option to start the container for Chrome OS login screen. When this is set
+ // and true, the container will start only a handful of processes that don't
+ // read an actual user's /data. |account_id|, |skip_boot_completed_broadcast|,
+ // and |scan_vendor_priv_app| are ignored when |for_login_screen| is true.
+ optional bool for_login_screen = 4;
+
+ // Next ID to use: 5
}