Index: ui/aura/window_tree_host_x11.h |
diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h |
index 7cea1643c06dd2dc38f62a1cf3701108ec173d87..e3ede0c9c9b1f64aef6bfa760781125399ec4cbe 100644 |
--- a/ui/aura/window_tree_host_x11.h |
+++ b/ui/aura/window_tree_host_x11.h |
@@ -103,13 +103,6 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost, |
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostX11); |
}; |
-namespace test { |
- |
-// Set the default value of the override redirect flag used to |
-// create a X window for WindowTreeHostX11. |
-AURA_EXPORT void SetUseOverrideRedirectWindowByDefault(bool override_redirect); |
- |
-} // namespace test |
} // namespace aura |
#endif // UI_AURA_WINDOW_TREE_HOST_X11_H_ |