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

Unified Diff: content/browser/renderer_host/file_utilities_message_filter.h

Issue 10441016: Add FileUtilities::GetFileInfo() to capture file metadata with single IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | content/browser/renderer_host/file_utilities_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/file_utilities_message_filter.h
diff --git a/content/browser/renderer_host/file_utilities_message_filter.h b/content/browser/renderer_host/file_utilities_message_filter.h
index b84fd29ff4a4d2c9e149582867e5c47f3c24d1c8..a58d29b605518541a54b6a56ab727930bd05825b 100644
--- a/content/browser/renderer_host/file_utilities_message_filter.h
+++ b/content/browser/renderer_host/file_utilities_message_filter.h
@@ -36,6 +36,9 @@ class FileUtilitiesMessageFilter : public content::BrowserMessageFilter {
void OnGetFileSize(const FilePath& path, int64* result);
void OnGetFileModificationTime(const FilePath& path, base::Time* result);
+ void OnGetFileInfo(const FilePath& path,
+ base::PlatformFileInfo* result,
+ base::PlatformFileError* status);
void OnOpenFile(const FilePath& path,
int mode,
IPC::PlatformFileForTransit* result);
« no previous file with comments | « no previous file | content/browser/renderer_host/file_utilities_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698