Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5196)

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.cc

Issue 2438853002: Renames aura::client::WindowTreeClient to WindowParentingClient (Closed)
Patch Set: cleanup Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 470b548cbae0b6c2a37696002827a6ad579ff9d6..1361b73dd0a57d753d0a9a831b0b1be7ce8595a1 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.cc
+++ b/chrome/browser/ui/views/chrome_views_delegate.cc
@@ -427,8 +427,8 @@ 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 WindowTreeClient, if this window is toplevel, it's
- // possible that there is no contextual state that we can use.
+ // existence of a global WindowParentingClient, if this window is toplevel,
+ // it's possible that there is no contextual state that we can use.
if (params->parent == NULL && params->context == NULL && !params->child) {
params->native_widget = new views::DesktopNativeWidgetAura(delegate);
} else if (use_non_toplevel_window) {

Powered by Google App Engine
This is Rietveld 408576698