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

Unified Diff: ui/base/dragdrop/os_exchange_data.h

Issue 10256008: Adds a class that makes it easy to subclass a HWND and filter messages sent to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/base/dragdrop/os_exchange_data.h
===================================================================
--- ui/base/dragdrop/os_exchange_data.h (revision 134125)
+++ ui/base/dragdrop/os_exchange_data.h (working copy)
@@ -50,7 +50,7 @@
public:
// CustomFormats are used for non-standard data types. For example, bookmark
// nodes are written using a CustomFormat.
-#if defined(USE_AURA)
+#if defined(USE_AURA) && !defined(OS_WIN)
// Use the same type as the clipboard (why do we want two different
// definitions of this on other platforms?).
typedef Clipboard::FormatType CustomFormat;

Powered by Google App Engine
This is Rietveld 408576698