Chromium Code Reviews| Index: components/arc/arc_util.h |
| diff --git a/components/arc/arc_util.h b/components/arc/arc_util.h |
| index bb25a138c527c710376b9f891b787c5459e1ddc7..4f62e266f114827a9ef9b3549897080667a93880 100644 |
| --- a/components/arc/arc_util.h |
| +++ b/components/arc/arc_util.h |
| @@ -21,6 +21,13 @@ namespace arc { |
| // check, so it is ok to access them directly. |
| bool IsArcAvailable(); |
| +// Returns true if ARC should run under Kiosk mode. |
| +bool IsArcKioskMode(); |
| + |
| +// Checks if opt-in verification was disabled by switch in command line. |
| +// In most cases, this is for testing purpose. |
|
Yusuke Sato
2017/01/24 20:36:59
"this is disabled" ?
hidehiko
2017/01/31 13:07:51
Done.
|
| +bool IsArcOptInVerificationDisabled(); |
| + |
| } // namespace arc |
| #endif // COMPONENTS_ARC_ARC_UTIL_H_ |