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

Unified Diff: Source/WebCore/platform/DragData.h

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
« no previous file with comments | « Source/WebCore/platform/AsyncFileSystemCallbacks.h ('k') | Source/WebCore/platform/FileMetadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/DragData.h
diff --git a/Source/WebCore/platform/DragData.h b/Source/WebCore/platform/DragData.h
index 77058c623cef6ba933a049f66c26d657a6e889de..68d36b05faff8351c266f1fdd9f8c2f78c6037e4 100644
--- a/Source/WebCore/platform/DragData.h
+++ b/Source/WebCore/platform/DragData.h
@@ -77,9 +77,7 @@ public:
unsigned numberOfFiles() const;
int modifierKeyState() const;
-#if ENABLE(FILE_SYSTEM)
String droppedFileSystemId() const;
-#endif
private:
IntPoint m_clientPosition;
« no previous file with comments | « Source/WebCore/platform/AsyncFileSystemCallbacks.h ('k') | Source/WebCore/platform/FileMetadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698