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

Unified Diff: extensions/shell/browser/shell_desktop_controller_aura.h

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: extensions/shell/browser/shell_desktop_controller_aura.h
diff --git a/extensions/shell/browser/shell_desktop_controller_aura.h b/extensions/shell/browser/shell_desktop_controller_aura.h
index 27fae3b82a9b48165a9a0333d6200439a3f40f5f..a45ece0b29cbae37e187eb4d79e394779c739303 100644
--- a/extensions/shell/browser/shell_desktop_controller_aura.h
+++ b/extensions/shell/browser/shell_desktop_controller_aura.h
@@ -12,7 +12,7 @@
#include "base/macros.h"
#include "build/build_config.h"
#include "extensions/shell/browser/desktop_controller.h"
-#include "ui/aura/client/window_tree_client.h"
+#include "ui/aura/client/window_parenting_client.h"
#include "ui/aura/window_tree_host_observer.h"
#if defined(OS_CHROMEOS)
@@ -57,7 +57,7 @@ class ShellScreen;
// Handles desktop-related tasks for app_shell.
class ShellDesktopControllerAura
: public DesktopController,
- public aura::client::WindowTreeClient,
+ public aura::client::WindowParentingClient,
#if defined(OS_CHROMEOS)
public chromeos::PowerManagerClient::Observer,
public ui::DisplayConfigurator::Observer,
@@ -75,7 +75,7 @@ class ShellDesktopControllerAura
void RemoveAppWindow(AppWindow* window) override;
void CloseAppWindows() override;
- // aura::client::WindowTreeClient overrides:
+ // aura::client::WindowParentingClient overrides:
aura::Window* GetDefaultParent(aura::Window* context,
aura::Window* window,
const gfx::Rect& bounds) override;
« no previous file with comments | « content/shell/browser/shell_platform_data_aura.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698