| Index: chrome/browser/ui/views/chrome_views_delegate.cc
|
| diff --git a/chrome/browser/ui/views/chrome_views_delegate.cc b/chrome/browser/ui/views/chrome_views_delegate.cc
|
| index f658bf2080d4c9baa45a3e16027a36fdc5da987a..3e6219b449778f9a239bdb2d49f72e99c345c34e 100644
|
| --- a/chrome/browser/ui/views/chrome_views_delegate.cc
|
| +++ b/chrome/browser/ui/views/chrome_views_delegate.cc
|
| @@ -243,7 +243,7 @@ void ChromeViewsDelegate::OnBeforeWidgetInit(
|
| params->context = ash::Shell::GetPrimaryRootWindow();
|
| #elif defined(USE_AURA)
|
| // While the majority of the time, context wasn't plumbed through due to the
|
| - // existence of a global StackingClient, if this window is a toplevel, it's
|
| + // existence of a global WindowTreeClient, if this window is a toplevel, it's
|
| // possible that there is no contextual state that we can use.
|
| if (params->parent == NULL && params->context == NULL && params->top_level) {
|
| // We need to make a decision about where to place this window based on the
|
|
|