summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/test_utils.cc
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2016-03-07 09:03:40 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-07 17:06:05 +0000
commit3bddcde6d2804df3c11d2e8112aa08d64f699b85 (patch)
tree9b8eff33a81a64152c44e386cab06895e66efbef /components/mus/ws/test_utils.cc
parentd0ffb54118db1b76565dd6d3ffe7623227663038 (diff)
downloadchromium_src-3bddcde6d2804df3c11d2e8112aa08d64f699b85.zip
chromium_src-3bddcde6d2804df3c11d2e8112aa08d64f699b85.tar.gz
chromium_src-3bddcde6d2804df3c11d2e8112aa08d64f699b85.tar.bz2
Refators display related functionality into own class
BUG=590955 TEST=covered by tests R=ben@chromium.org Review URL: https://codereview.chromium.org/1766943002 Cr-Commit-Position: refs/heads/master@{#379567}
Diffstat (limited to 'components/mus/ws/test_utils.cc')
-rw-r--r--components/mus/ws/test_utils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/ws/test_utils.cc b/components/mus/ws/test_utils.cc
index 55dc179..a02b675 100644
--- a/components/mus/ws/test_utils.cc
+++ b/components/mus/ws/test_utils.cc
@@ -247,8 +247,8 @@ void TestWindowTreeBinding::SetIncomingMethodCallProcessingPaused(bool paused) {
TestConnectionManagerDelegate::TestConnectionManagerDelegate() {}
TestConnectionManagerDelegate::~TestConnectionManagerDelegate() {}
-void TestConnectionManagerDelegate::OnNoMoreRootConnections() {
- got_on_no_more_connections_ = true;
+void TestConnectionManagerDelegate::OnNoMoreDisplays() {
+ got_on_no_more_displays_ = true;
}
scoped_ptr<WindowTreeBinding>