summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop/os_exchange_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/dragdrop/os_exchange_data.h')
-rw-r--r--ui/base/dragdrop/os_exchange_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/base/dragdrop/os_exchange_data.h b/ui/base/dragdrop/os_exchange_data.h
index cbe56e1..539e894 100644
--- a/ui/base/dragdrop/os_exchange_data.h
+++ b/ui/base/dragdrop/os_exchange_data.h
@@ -63,7 +63,7 @@ class UI_BASE_EXPORT OSExchangeData {
#if defined(OS_WIN)
FILE_CONTENTS = 1 << 4,
#endif
-#if defined(OS_WIN) || defined(USE_AURA)
+#if defined(USE_AURA)
HTML = 1 << 5,
#endif
};
@@ -128,7 +128,7 @@ class UI_BASE_EXPORT OSExchangeData {
virtual void SetDownloadFileInfo(const DownloadFileInfo& download) = 0;
#endif
-#if defined(OS_WIN) || defined(USE_AURA)
+#if defined(USE_AURA)
virtual void SetHtml(const base::string16& html, const GURL& base_url) = 0;
virtual bool GetHtml(base::string16* html, GURL* base_url) const = 0;
virtual bool HasHtml() const = 0;
@@ -221,7 +221,7 @@ class UI_BASE_EXPORT OSExchangeData {
void SetDownloadFileInfo(const DownloadFileInfo& download);
#endif
-#if defined(OS_WIN) || defined(USE_AURA)
+#if defined(USE_AURA)
// Adds a snippet of HTML. |html| is just raw html but this sets both
// text/html and CF_HTML.
void SetHtml(const base::string16& html, const GURL& base_url);