summaryrefslogtreecommitdiffstats
path: root/chromium/ui/views/focus/focus_manager_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/focus/focus_manager_test.h')
-rw-r--r--chromium/ui/views/focus/focus_manager_test.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/ui/views/focus/focus_manager_test.h b/chromium/ui/views/focus/focus_manager_test.h
index 4afbf4f7758..e54138673b0 100644
--- a/chromium/ui/views/focus/focus_manager_test.h
+++ b/chromium/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_;