Index: ui/views/focus/focus_manager_test.h |
diff --git a/ui/views/focus/focus_manager_test.h b/ui/views/focus/focus_manager_test.h |
index 4afbf4f7758a2b722fe84d4896b5bfb44c080328..e54138673b0afb90c66341bdf69823f662af28aa 100644 |
--- a/ui/views/focus/focus_manager_test.h |
+++ b/ui/views/focus/focus_manager_test.h |
@@ -43,15 +43,6 @@ class FocusManagerTest : public ViewsTestBase, public WidgetDelegate { |
// For testing FocusManager::RotatePaneFocus(). |
void SetAccessiblePanes(const std::vector<View*>& panes); |
-#if defined(OS_WIN) && !defined(USE_AURA) |
- // Mocks activating/deactivating the window. |
- void SimulateActivateWindow(); |
- void SimulateDeactivateWindow(); |
- |
- void PostKeyDown(ui::KeyboardCode key_code); |
- void PostKeyUp(ui::KeyboardCode key_code); |
-#endif |
- |
private: |
View* contents_view_; |
FocusChangeListener* focus_change_listener_; |