Chromium Code Reviews| Index: base/win/win_util.h |
| =================================================================== |
| --- base/win/win_util.h (revision 249340) |
| +++ base/win/win_util.h (working copy) |
| @@ -130,6 +130,9 @@ |
| // 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 |