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

Unified Diff: base/platform_file.h

Issue 5349007: Some additions to support symlinks better on platforms that support them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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: base/platform_file.h
diff --git a/base/platform_file.h b/base/platform_file.h
index b350f8c9b36f6b7782c892bebbf0f7d2f820039b..1ca98686f856c5b58dab3747e46605dd86de2bff 100644
--- a/base/platform_file.h
+++ b/base/platform_file.h
@@ -77,6 +77,9 @@ struct PlatformFileInfo {
// True if the file corresponds to a directory.
bool is_directory;
+ // True if the file corresponds to a symbolic link.
+ bool is_symbolic_link;
+
// The last modified time of a file.
base::Time last_modified;

Powered by Google App Engine
This is Rietveld 408576698