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

Unified Diff: ui/views/mus/os_exchange_data_provider_mus.h

Issue 2266603002: mus: Implement interwindow drag and drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploaded for a few comments. Created 4 years, 4 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
Index: ui/views/mus/os_exchange_data_provider_mus.h
diff --git a/ui/views/mus/os_exchange_data_provider_mus.h b/ui/views/mus/os_exchange_data_provider_mus.h
index cc8b4f823cf82a15844c9ecd0445eff2e478ccc4..1dea4c9a761be5669e7d01d1f105c87694bd4bb2 100644
--- a/ui/views/mus/os_exchange_data_provider_mus.h
+++ b/ui/views/mus/os_exchange_data_provider_mus.h
@@ -26,6 +26,7 @@ class VIEWS_MUS_EXPORT OSExchangeDataProviderMus
using Data = std::map<std::string, std::vector<uint8_t>>;
OSExchangeDataProviderMus();
+ OSExchangeDataProviderMus(const Data& data);
~OSExchangeDataProviderMus() override;
// Returns the raw MIME type to data mapping.

Powered by Google App Engine
This is Rietveld 408576698