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

Unified Diff: services/ui/ws/window_tree_client_unittest.cc

Issue 2349973010: mus drag and drop: return the completed effect to the caller. (Closed)
Patch Set: 80 chars Created 4 years, 3 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
« services/ui/ws/window_tree.cc ('K') | « services/ui/ws/window_tree.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_client_unittest.cc
diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
index 9eff23e1f90d11cedccda23d14e8f20c04d80001..59bf4a2f9ba2e3d3432b9152c9b76b92599000f4 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -399,6 +399,12 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
const OnCompleteDropCallback& callback) override {
NOTIMPLEMENTED();
}
+
+ void OnDragCompletedReturnValue(uint32_t window,
+ uint32_t action_taken) override {
+ NOTIMPLEMENTED();
+ }
+
void OnDragDropDone() override { NOTIMPLEMENTED(); }
void OnChangeCompleted(uint32_t change_id, bool success) override {
« services/ui/ws/window_tree.cc ('K') | « services/ui/ws/window_tree.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698