| Index: ui/views/view_unittest.cc
|
| diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
|
| index 834f79cca55cbd7e44b11c9bc01c5c0c04b27b7e..55922f1ffbff9bc79f9a85b5156c63c1c498e577 100644
|
| --- a/ui/views/view_unittest.cc
|
| +++ b/ui/views/view_unittest.cc
|
| @@ -1481,7 +1481,7 @@ bool TestView::AcceleratorPressed(const ui::Accelerator& accelerator) {
|
|
|
| // TODO: these tests were initially commented out when getting aura to
|
| // run. Figure out if still valuable and either nuke or fix.
|
| -#if defined(false)
|
| +#if 0
|
| TEST_F(ViewTest, ActivateAccelerator) {
|
| // Register a keyboard accelerator before the view is added to a window.
|
| ui::Accelerator return_accelerator(ui::VKEY_RETURN, ui::EF_NONE);
|
|
|