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

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

Issue 1567623003: Adds remainder of support for multiple roots to WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 4 years, 11 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/public/interfaces/window_tree.mojom ('k') | components/mus/ws/client_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/client_connection.h
diff --git a/components/mus/ws/client_connection.h b/components/mus/ws/client_connection.h
index 60e3ace25a1d08b83e406ef4766de49088bde519..37f8fc961fb7357f7f177c1da76225c5cf99f541 100644
--- a/components/mus/ws/client_connection.h
+++ b/components/mus/ws/client_connection.h
@@ -31,6 +31,8 @@ class ClientConnection {
virtual mojom::WindowManagerInternal* GetWindowManagerInternal() = 0;
+ virtual void SetIncomingMethodCallProcessingPaused(bool paused) = 0;
+
private:
scoped_ptr<WindowTreeImpl> service_;
mojom::WindowTreeClient* client_;
@@ -50,6 +52,7 @@ class DefaultClientConnection : public ClientConnection {
// ClientConnection:
mojom::WindowManagerInternal* GetWindowManagerInternal() override;
+ void SetIncomingMethodCallProcessingPaused(bool paused) override;
private:
ConnectionManager* connection_manager_;
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/client_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698