| Index: components/arc/arc_util.h
|
| diff --git a/components/arc/arc_util.h b/components/arc/arc_util.h
|
| index 6f7ef0727aa5ebf2df3f564cb6a540243fb2ad97..30fbd3e970b1b0f76d19093351213312bad22c21 100644
|
| --- a/components/arc/arc_util.h
|
| +++ b/components/arc/arc_util.h
|
| @@ -36,6 +36,10 @@ void SetArcAvailableCommandLineForTesting(base::CommandLine* command_line);
|
| // Returns true if ARC should run under Kiosk mode.
|
| bool IsArcKioskMode();
|
|
|
| +// Returns true if it is allowed to use ARC with Active Directory managed
|
| +// devices.
|
| +bool IsArcAllowedForActiveDirectoryUsers();
|
| +
|
| // Checks if opt-in verification was disabled by switch in command line.
|
| // In most cases, it is disabled for testing purpose.
|
| bool IsArcOptInVerificationDisabled();
|
|
|