| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index cfe7113c68e8d79fa40ee8d6fc753f653c65ec39..c63c7ab425cbb7a4438ac1312466ce06a201f812 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -120,6 +120,10 @@ const char kDerelictDetectionTimeout[] = "derelict-detection-timeout";
|
| // Time in seconds before a derelict machines starts demo mode.
|
| const char kDerelictIdleTimeout[] = "derelict-idle-timeout";
|
|
|
| +// Disable ACTION_BOOT_COMPLETD broadcast for 3rd party applications on ARC.
|
| +const char kDisableArcBootCompletedBroadcast[] =
|
| + "disable-arc-boot-completed-broadcast";
|
| +
|
| // Disables android user data wipe on opt out.
|
| const char kDisableArcDataWipe[] = "disable-arc-data-wipe";
|
|
|
|
|