| Index: ash/host/window_tree_host_factory.h
|
| diff --git a/ash/host/window_tree_host_factory.h b/ash/host/window_tree_host_factory.h
|
| index a17927cd2e9ffed2e2c955991ef7c3995064b325..ee8b339c7b8bcba043687c706631119ba5b37d86 100644
|
| --- a/ash/host/window_tree_host_factory.h
|
| +++ b/ash/host/window_tree_host_factory.h
|
| @@ -19,6 +19,7 @@ class ASH_EXPORT WindowTreeHostFactory {
|
| virtual ~WindowTreeHostFactory() {}
|
|
|
| static WindowTreeHostFactory* Create();
|
| + static WindowTreeHostFactory* CreateForTest();
|
|
|
| // Creates a new aura::WindowTreeHost. The caller owns the returned value.
|
| virtual aura::WindowTreeHost* CreateWindowTreeHost(
|
|
|