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

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: Rename some effect_taken to action_taken for consistency. 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
« no previous file with comments | « 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..292c68f5fc69f97646c6ae4eeec78ecaf23e77f5 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -399,6 +399,13 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
const OnCompleteDropCallback& callback) override {
NOTIMPLEMENTED();
}
+
+ void OnPerformDragDropCompleted(uint32_t window,
+ bool success,
+ uint32_t action_taken) override {
+ NOTIMPLEMENTED();
+ }
+
void OnDragDropDone() override { NOTIMPLEMENTED(); }
void OnChangeCompleted(uint32_t change_id, bool success) override {
« no previous file with comments | « services/ui/ws/window_tree.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698