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_; |