diff options
Diffstat (limited to 'chrome_frame/test_utils.h')
-rw-r--r-- | chrome_frame/test_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/test_utils.h b/chrome_frame/test_utils.h index 70284fb..e0d5c27 100644 --- a/chrome_frame/test_utils.h +++ b/chrome_frame/test_utils.h @@ -90,5 +90,7 @@ class DispCallback bool KillAllNamedProcessesWithArgument(const std::wstring& process_name, const std::wstring& argument); +// If the workstation is locked and cannot receive user input. +bool IsWorkstationLocked(); #endif // CHROME_FRAME_TEST_UTILS_H_ |