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

Unified Diff: ui/views/mus/window_manager_connection.h

Issue 2168733002: Splits debug_commands into aura and non-aura parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 5 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: ui/views/mus/window_manager_connection.h
diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
index ce446d5e660b7c64211c64132bb4bb8d0e5bb569..6d05fb2e5ad618e7339f0688cec8d9f91df73e78 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -47,14 +47,14 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
: public NON_EXPORTED_BASE(ui::WindowTreeClientDelegate),
public ScreenMusDelegate {
public:
+ ~WindowManagerConnection() override;
+
static std::unique_ptr<WindowManagerConnection> Create(
shell::Connector* connector,
const shell::Identity& identity);
static WindowManagerConnection* Get();
static bool Exists();
- ~WindowManagerConnection() override;
-
shell::Connector* connector() { return connector_; }
ui::Window* NewWindow(

Powered by Google App Engine
This is Rietveld 408576698