aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryusukes <yusukes@google.com>2017-06-02 07:25:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-02 07:25:01 +0000
commit27c51861abed5f5a0c81be0208e39aa76ceca8b9 (patch)
tree2e985daf95c620e6f00cc0640e1e5de39de922fa
parent21e6306672a6f76262889ceacdaec0c7554f6ce0 (diff)
parent471f038a710a96b34d03af285ba1ea485ad95111 (diff)
downloadsystem_api-27c51861abed5f5a0c81be0208e39aa76ceca8b9.tar.gz
system_api: Add 'bool for_login_screen' to arc.proto am: 0fed00b89e am: 8b92249e8d am: 3e806a49c9 am: 068c5af864
am: 471f038a71 Change-Id: I34b04b667d27cb704dbcb39f4d657119da8eb73f
-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
}