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

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

Issue 36473003: Rename StackingClient -> WindowTreeClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done. Created 7 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 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
« no previous file with comments | « chrome/browser/ui/views/apps/native_app_window_views.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698