Index: ui/aura/window_tree_host.h |
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h |
index 39864531c6dcfea22900af285afdd5e56c0eac5c..ca4a164da313a6c6e0c50ee34406c7928aa671ba 100644 |
--- a/ui/aura/window_tree_host.h |
+++ b/ui/aura/window_tree_host.h |
@@ -163,9 +163,6 @@ class AURA_EXPORT WindowTreeHost { |
// Called when the device scale factor of the root window has chagned. |
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) = 0; |
- // Stop listening events in preparation for shutdown. |
- virtual void PrepareForShutdown() = 0; |
- |
protected: |
friend class TestScreen; // TODO(beng): see if we can remove/consolidate. |