| Index: base/win/win_util.h
|
| diff --git a/base/win/win_util.h b/base/win/win_util.h
|
| index 903fcf971b875a047a136fc68a9e02ebed4451ab..eebb64ac8efd5be405999ff000fb0eea4ffaa177 100644
|
| --- a/base/win/win_util.h
|
| +++ b/base/win/win_util.h
|
| @@ -130,6 +130,9 @@ BASE_EXPORT bool DismissVirtualKeyboard();
|
| // see bug #247430 for more details.
|
| BASE_EXPORT BOOL GetMonitorInfoWrapper(HMONITOR monitor, MONITORINFO* mi);
|
|
|
| +// Returns true if the machine is enrolled to a domain.
|
| +BASE_EXPORT bool IsEnrolledToDomain();
|
| +
|
| } // namespace win
|
| } // namespace base
|
|
|
|
|