| Index: ui/views/test/views_test_base.h
|
| diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
|
| index 74cfb8ea06fdf60ff023c057648f0022e6b4416e..b202094ae0ca2de67dd0efa9c74ee5b141e90af2 100644
|
| --- a/ui/views/test/views_test_base.h
|
| +++ b/ui/views/test/views_test_base.h
|
| @@ -67,6 +67,9 @@ class ViewsTestBase : public PlatformTest {
|
| // RootWindow. Everywhere else, NULL.
|
| gfx::NativeWindow GetContext();
|
|
|
| + // Sets the full keyboard access state. Note this is only used on Mac.
|
| + void SetFullKeyboardAccessState(Widget* widget, bool new_state);
|
| +
|
| private:
|
| base::MessageLoopForUI message_loop_;
|
| std::unique_ptr<TestViewsDelegate> views_delegate_for_setup_;
|
|
|