Chromium Code Reviews| Index: ui/base/test/ui_controls.h |
| diff --git a/ui/base/test/ui_controls.h b/ui/base/test/ui_controls.h |
| index e54f936ce25e082c4db90fb0e9a162b02bb365cd..4fc54abb126c56a822c587540300e742c586f143 100644 |
| --- a/ui/base/test/ui_controls.h |
| +++ b/ui/base/test/ui_controls.h |
| @@ -44,6 +44,10 @@ namespace ui_controls { |
| // tests. |
| void EnableUIControls(); |
| +#if defined(OS_MACOSX) |
| +bool IsUIControlsEnabled(); |
| +#endif |
| + |
| bool SendKeyPress(gfx::NativeWindow window, |
| ui::KeyboardCode key, |
| bool control, |