| Index: base/win/win_util.h
|
| diff --git a/base/win/win_util.h b/base/win/win_util.h
|
| index 6cb6eed57218731bfc520c1b2bd8ccb7c95d9611..e2dcf700540e80393c77afc97be6439090f6d4da 100644
|
| --- a/base/win/win_util.h
|
| +++ b/base/win/win_util.h
|
| @@ -157,14 +157,6 @@ BASE_EXPORT bool IsKeyboardPresentOnSlate(std::string* reason);
|
| // Returns true if the machine is enrolled to a domain.
|
| BASE_EXPORT bool IsEnrolledToDomain();
|
|
|
| -// Returns true if the machine is being managed by an MDM system.
|
| -BASE_EXPORT bool IsDeviceRegisteredWithManagement();
|
| -
|
| -// Returns true if the current machine is considered enterprise managed in some
|
| -// fashion. A machine is considered managed if it is either domain enrolled
|
| -// or registered with an MDM.
|
| -BASE_EXPORT bool IsEnterpriseManaged();
|
| -
|
| // Used by tests to mock any wanted state. Call with |state| set to true to
|
| // simulate being in a domain and false otherwise.
|
| BASE_EXPORT void SetDomainStateForTesting(bool state);
|
|
|