Chromium Code Reviews| Index: components/arc/arc_util.h |
| diff --git a/components/arc/arc_util.h b/components/arc/arc_util.h |
| index eb31c07633943c58b2a89d083a6efdde280d8b21..dc3f832e861f1c5476dcd18b965b5d81a4641a96 100644 |
| --- a/components/arc/arc_util.h |
| +++ b/components/arc/arc_util.h |
| @@ -26,6 +26,14 @@ namespace arc { |
| // check, so it is ok to access them directly. |
| bool IsArcAvailable(); |
| +// Returns true if ARC should always start within the primary user session |
| +// (opted in user or not), and other supported mode such as guest and Kiosk |
| +// mode. |
| +bool ShouldAlwaysStartArc(); |
|
Luis Héctor Chávez
2017/02/27 17:13:15
same here, ShouldArcStartAlways
victorhsieh
2017/02/28 18:57:33
Done.
|
| + |
| +// Enables to always start ARC for testing, by appending the command line flag. |
| +void SetAlwaysStartArcForTesting(); |
| + |
| // Returns true if ARC is installed and running ARC kiosk apps on the current |
| // device is officially supported. |
| // It doesn't follow that ARC is available for user sessions and |