| Index: base/win/win_util.h
|
| diff --git a/base/win/win_util.h b/base/win/win_util.h
|
| index eebb64ac8efd5be405999ff000fb0eea4ffaa177..d299b140bb6e94dff3a8642f2db60f72b98837d7 100644
|
| --- a/base/win/win_util.h
|
| +++ b/base/win/win_util.h
|
| @@ -126,10 +126,6 @@ BASE_EXPORT bool DisplayVirtualKeyboard();
|
| // above. Returns true on success.
|
| BASE_EXPORT bool DismissVirtualKeyboard();
|
|
|
| -// Returns monitor info after correcting rcWorkArea based on metro version.
|
| -// 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();
|
|
|
|
|