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

Unified Diff: components/mus/public/cpp/lib/window_tree_client_impl.cc

Issue 1510413004: Removes some dead code from WindowTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/cpp/lib/window_tree_client_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/lib/window_tree_client_impl.cc
diff --git a/components/mus/public/cpp/lib/window_tree_client_impl.cc b/components/mus/public/cpp/lib/window_tree_client_impl.cc
index b4dfc50e4207161806eff6a36bca84a4605dba12..c503669ac698f6f903db305efd7cd35377fad2c2 100644
--- a/components/mus/public/cpp/lib/window_tree_client_impl.cc
+++ b/components/mus/public/cpp/lib/window_tree_client_impl.cc
@@ -728,11 +728,4 @@ void WindowTreeClientImpl::WmSetProperty(uint32_t change_id,
tree_->WmResponse(change_id, result);
}
-////////////////////////////////////////////////////////////////////////////////
-// WindowTreeClientImpl, private:
-
-mojo::Callback<void(bool)> WindowTreeClientImpl::ActionCompletedCallback() {
- return [this](bool success) {};
-}
-
} // namespace mus
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698