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

Unified Diff: Source/WebCore/platform/chromium/DragDataChromium.cpp

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added CodeGeneratorInspector.py change Created 7 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: Source/WebCore/platform/chromium/DragDataChromium.cpp
diff --git a/Source/WebCore/platform/chromium/DragDataChromium.cpp b/Source/WebCore/platform/chromium/DragDataChromium.cpp
index 07f9fddbd772c3991d7011412f6ea99ffbc2274d..08fe443d0b98937153b926d88fca71c7dbc14ff5 100644
--- a/Source/WebCore/platform/chromium/DragDataChromium.cpp
+++ b/Source/WebCore/platform/chromium/DragDataChromium.cpp
@@ -34,6 +34,7 @@
#include "ClipboardMimeTypes.h"
#include "Document.h"
#include "DocumentFragment.h"
+#include "DraggedIsolatedFileSystem.h"
#include "FileSystem.h"
#include "Frame.h"
#include "KURL.h"
@@ -44,10 +45,6 @@
#include <public/Platform.h>
#include <public/WebFileUtilities.h>
-#if ENABLE(FILE_SYSTEM)
-#include "DraggedIsolatedFileSystem.h"
-#endif
-
namespace WebCore {
static bool containsHTML(const ChromiumDataObject* dropData)
@@ -167,7 +164,6 @@ Color DragData::asColor() const
return Color();
}
-#if ENABLE(FILE_SYSTEM)
String DragData::droppedFileSystemId() const
{
DraggedIsolatedFileSystem* filesystem = DraggedIsolatedFileSystem::from(m_platformDragData);
@@ -175,7 +171,5 @@ String DragData::droppedFileSystemId() const
return String();
return filesystem->filesystemId();
}
-#endif
-
} // namespace WebCore
« no previous file with comments | « Source/WebCore/platform/SchemeRegistry.cpp ('k') | Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698