Index: ui/views/widget/desktop_aura/desktop_root_window_host.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host.h b/ui/views/widget/desktop_aura/desktop_root_window_host.h |
index 9bdc946cd9066bbcd5ec6708e75b082190bf21f9..9b4185e9951ec7faca94960f10042b8a1b651f32 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host.h |
@@ -108,11 +108,6 @@ class VIEWS_EXPORT DesktopRootWindowHost { |
virtual void InitModalType(ui::ModalType modal_type) = 0; |
virtual void FlashFrame(bool flash_frame) = 0; |
- |
- // Called when the DesktopNativeWidgetAura's aura::Window is focused and |
- // blurred. |
- virtual void OnNativeWidgetFocus() = 0; |
- virtual void OnNativeWidgetBlur() = 0; |
}; |
} // namespace views |