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

Unified Diff: components/mus/ws/window_tree_impl.h

Issue 1554783002: Removes WindowTreeImpl::creator_id_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 years 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
« no previous file with comments | « components/mus/ws/window_tree_host_connection.cc ('k') | components/mus/ws/window_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_impl.h
diff --git a/components/mus/ws/window_tree_impl.h b/components/mus/ws/window_tree_impl.h
index 93a3c5bbfb8fbc198366cf725ad51fd10d2fde1b..e883bb3b3a06dcca014ea51880a008c669e866fb 100644
--- a/components/mus/ws/window_tree_impl.h
+++ b/components/mus/ws/window_tree_impl.h
@@ -45,7 +45,6 @@ class WindowTreeImpl : public mojom::WindowTree,
public mojom::WindowManagerInternalClient {
public:
WindowTreeImpl(ConnectionManager* connection_manager,
- ConnectionSpecificId creator_id,
const WindowId& root_id,
uint32_t policy_bitmask);
~WindowTreeImpl() override;
@@ -53,7 +52,6 @@ class WindowTreeImpl : public mojom::WindowTree,
void Init(mojom::WindowTreeClient* client, mojom::WindowTreePtr tree);
ConnectionSpecificId id() const { return id_; }
- ConnectionSpecificId creator_id() const { return creator_id_; }
mojom::WindowTreeClient* client() { return client_; }
@@ -277,10 +275,6 @@ class WindowTreeImpl : public mojom::WindowTree,
// Id of this connection as assigned by ConnectionManager.
const ConnectionSpecificId id_;
- // ID of the connection that created us. If 0 it indicates either we were
- // created by the root, or the connection that created us has been destroyed.
- ConnectionSpecificId creator_id_;
-
mojom::WindowTreeClient* client_;
scoped_ptr<mus::ws::AccessPolicy> access_policy_;
« no previous file with comments | « components/mus/ws/window_tree_host_connection.cc ('k') | components/mus/ws/window_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698