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

Unified Diff: base/files/file_util_proxy.h

Issue 14671020: FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: base/files/file_util_proxy.h
diff --git a/base/files/file_util_proxy.h b/base/files/file_util_proxy.h
index c5168ade51e3c7bfb1b5499a28231e5b6b39eac6..56d1f772c29d327a178dcd26a6cd09781712ecdf 100644
--- a/base/files/file_util_proxy.h
+++ b/base/files/file_util_proxy.h
@@ -23,14 +23,6 @@ class Time;
// This class provides asynchronous access to common file routines.
class BASE_EXPORT FileUtilProxy {
public:
- // Holds metadata for file or directory entry.
- struct Entry {
- FilePath::StringType name;
- bool is_directory;
- int64 size;
- base::Time last_modified_time;
- };
-
// This callback is used by methods that report only an error code. It is
// valid to pass a null callback to any function that takes a StatusCallback,
// in which case the operation will complete silently.
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system_proxy.cc » ('j') | content/common/fileapi/file_system_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698