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

Unified Diff: services/ui/ws/window_manager_state.h

Issue 2603893002: Remove mojo::Map. (Closed)
Patch Set: Created 4 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
Index: services/ui/ws/window_manager_state.h
diff --git a/services/ui/ws/window_manager_state.h b/services/ui/ws/window_manager_state.h
index c063628a7eeb7523063977efb2210f3051e63c2a..a4c004294a5ee38e5395333e6b48e2c3bd253d22 100644
--- a/services/ui/ws/window_manager_state.h
+++ b/services/ui/ws/window_manager_state.h
@@ -68,7 +68,7 @@ class WindowManagerState : public EventDispatcherDelegate,
DragSource* drag_source,
ServerWindow* window,
DragTargetConnection* source_connection,
- mojo::Map<mojo::String, mojo::Array<uint8_t>> drag_data,
+ std::unordered_map<std::string, std::vector<uint8_t>> drag_data,
uint32_t drag_operation);
void CancelDragDrop();
void EndDragDrop();

Powered by Google App Engine
This is Rietveld 408576698