| // Copyright 2021 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef UI_BASE_X_X11_SCREENSAVER_H_ | |
| #define UI_BASE_X_X11_SCREENSAVER_H_ | |
| #include "base/component_export.h" | |
| namespace ui { | |
| COMPONENT_EXPORT(UI_BASE_X) bool IsXScreensaverActive(); | |
| } // namespace ui | |
| #endif // UI_BASE_X_X11_SCREENSAVER_H_ |