aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-05 07:32:04 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-05 07:32:04 +0000
commit63368a4e839d5048906d126607c1b76bcdd4fb30 (patch)
tree2e985daf95c620e6f00cc0640e1e5de39de922fa
parentff693cf4cb2c7fc4a5919d19c6d10ed856b88217 (diff)
parent27c51861abed5f5a0c81be0208e39aa76ceca8b9 (diff)
downloadsystem_api-63368a4e839d5048906d126607c1b76bcdd4fb30.tar.gz
release-request-a2143a0f-bf92-4fa8-ad68-7346e7505126-for-git_oc-dr1-release-4067638 snap-temp-L84900000070511178
Change-Id: If303722a735fd1cc2df2fda0689118d02f0c1db4
-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
}