Commit 5ecb7729 authored by sky's avatar sky Committed by Commit bot

Removes some dead code from WindowTreeClient

No one uses this anymore.

BUG=none
TEST=none
R=sadrul@chromium.org

Review URL: https://codereview.chromium.org/1510413004

Cr-Commit-Position: refs/heads/master@{#364492}
parent 1543aff6
...@@ -728,11 +728,4 @@ void WindowTreeClientImpl::WmSetProperty(uint32_t change_id, ...@@ -728,11 +728,4 @@ void WindowTreeClientImpl::WmSetProperty(uint32_t change_id,
tree_->WmResponse(change_id, result); tree_->WmResponse(change_id, result);
} }
////////////////////////////////////////////////////////////////////////////////
// WindowTreeClientImpl, private:
mojo::Callback<void(bool)> WindowTreeClientImpl::ActionCompletedCallback() {
return [this](bool success) {};
}
} // namespace mus } // namespace mus
...@@ -190,8 +190,6 @@ class WindowTreeClientImpl : public WindowTreeConnection, ...@@ -190,8 +190,6 @@ class WindowTreeClientImpl : public WindowTreeConnection,
const mojo::String& name, const mojo::String& name,
mojo::Array<uint8_t> transit_data) override; mojo::Array<uint8_t> transit_data) override;
mojo::Callback<void(bool)> ActionCompletedCallback();
// This is set once and only once when we get OnEmbed(). It gives the unique // This is set once and only once when we get OnEmbed(). It gives the unique
// id for this connection. // id for this connection.
ConnectionSpecificId connection_id_; ConnectionSpecificId connection_id_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment