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

Unified Diff: Source/WebCore/platform/FileMetadata.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/DragData.h ('k') | Source/WebCore/platform/SchemeRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/FileMetadata.h
diff --git a/Source/WebCore/platform/FileMetadata.h b/Source/WebCore/platform/FileMetadata.h
index 8290d6751f8ca6be6ce9564ebcf65fe8c1d84320..9b380e06abddb96a358ac0a19ab183c8159ee3b1 100644
--- a/Source/WebCore/platform/FileMetadata.h
+++ b/Source/WebCore/platform/FileMetadata.h
@@ -52,10 +52,7 @@ struct FileMetadata {
};
Type type;
-
-#if ENABLE(FILE_SYSTEM)
String platformPath;
-#endif
FileMetadata() : modificationTime(invalidFileTime()), length(-1), type(TypeUnknown) { }
};
« no previous file with comments | « Source/WebCore/platform/DragData.h ('k') | Source/WebCore/platform/SchemeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698