Index: ui/aura/window_tree_host.cc |
diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc |
index 5fdadb9ebbb210ea2c3fdf3d5d2d45fc020f4f02..445a1b55ad60143b2673472541a5d2aa4415a6c4 100644 |
--- a/ui/aura/window_tree_host.cc |
+++ b/ui/aura/window_tree_host.cc |
@@ -49,17 +49,6 @@ WindowTreeHost::~WindowTreeHost() { |
} |
} |
-#if defined(OS_ANDROID) |
-// static |
-WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) { |
- // This is only hit for tests and ash, right now these aren't an issue so |
- // adding the CHECK. |
- // TODO(sky): decide if we want a factory. |
- CHECK(false); |
- return nullptr; |
-} |
-#endif |
- |
// static |
WindowTreeHost* WindowTreeHost::GetForAcceleratedWidget( |
gfx::AcceleratedWidget widget) { |