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

Unified Diff: webkit/glue/webfileutilities_impl.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 | « content/worker/worker_webkitplatformsupport_impl.cc ('k') | webkit/glue/webfileutilities_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webfileutilities_impl.h
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h
index a589f0a912306a50c38a542e04fb42b997f4d5c4..dd0aa6a8ee6589b9ab4b1350bd4de15885d6afc6 100644
--- a/webkit/glue/webfileutilities_impl.h
+++ b/webkit/glue/webfileutilities_impl.h
@@ -6,6 +6,7 @@
#define WEBFILEUTILITIES_IMPL_H_
#include "base/platform_file.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileUtilities.h"
#include "webkit/glue/webkit_glue_export.h"
@@ -25,6 +26,9 @@ class WEBKIT_GLUE_EXPORT WebFileUtilitiesImpl :
virtual bool getFileModificationTime(
const WebKit::WebString& path,
double& result);
+ virtual bool getFileInfo(
+ const WebKit::WebString& path,
+ WebKit::WebFileInfo& result);
virtual WebKit::WebString directoryName(const WebKit::WebString& path);
virtual WebKit::WebString pathByAppendingComponent(
const WebKit::WebString& path, const WebKit::WebString& component);
« no previous file with comments | « content/worker/worker_webkitplatformsupport_impl.cc ('k') | webkit/glue/webfileutilities_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698