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

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

Issue 1757403002: More user id tracking for mus: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 4 years, 10 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
« no previous file with comments | « components/mus/ws/window_tree_host_unittest.cc ('k') | components/mus/ws/window_tree_unittest.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 859f53ca36f63dd3389d9d201ccf094f4a3f8056..4654a9b7a221d92329b5f4f2043ce228f7bb69c8 100644
--- a/components/mus/ws/window_tree_impl.h
+++ b/components/mus/ws/window_tree_impl.h
@@ -39,6 +39,10 @@ class TargetedEvent;
class WindowTreeHostImpl;
class WindowTreeTest;
+namespace test {
+class WindowTreeTestApi;
+}
+
// An instance of WindowTreeImpl is created for every WindowTree request.
// WindowTreeImpl tracks all the state and windows created by a client.
// WindowTreeImpl coordinates with ConnectionManager to update the client (and
@@ -181,7 +185,7 @@ class WindowTreeImpl : public mojom::WindowTree,
bool originated_change);
private:
- friend class WindowTreeTest;
+ friend class test::WindowTreeTestApi;
struct WaitingForTopLevelWindowInfo {
WaitingForTopLevelWindowInfo(const ClientWindowId& client_window_id,
« no previous file with comments | « components/mus/ws/window_tree_host_unittest.cc ('k') | components/mus/ws/window_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698