| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
 | 
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
 | 
| index 1237b4ef73f4d10ca3e50f72cc36810c5d9fc65a..cdf5be905ff7d27a04fea5af3bf344b3f6db7ed6 100644
 | 
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
 | 
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
 | 
| @@ -47,6 +47,7 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
 | 
|        DesktopNativeWidgetAura* desktop_native_widget_aura);
 | 
|  
 | 
|    // Sets up resources needed before the WindowEventDispatcher has been created.
 | 
| +  // It is expected this calls InitHost() on the WindowTreeHost.
 | 
|    virtual void Init(aura::Window* content_window,
 | 
|                      const Widget::InitParams& params) = 0;
 | 
|  
 | 
| 
 |