Index: webkit/fileapi/file_system_mount_point_provider.h |
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h |
index 98e7e8063842f50cccfdbbbd94a1969b7a6cbb87..35ca09cce0c7a8b52f5bff8cef50da3cccd29149 100644 |
--- a/webkit/fileapi/file_system_mount_point_provider.h |
+++ b/webkit/fileapi/file_system_mount_point_provider.h |
@@ -34,6 +34,10 @@ class RemoteFileSystemProxyInterface; |
// An interface to provide mount-point-specific path-related utilities |
// and specialized FileSystemFileUtil instance. |
+// |
+// NOTE: when you implement a new MountPointProvider for your own |
+// FileSystem module, please contact to kinuko@chromium.org. |
+// |
class WEBKIT_STORAGE_EXPORT FileSystemMountPointProvider { |
public: |
// Callback for ValidateFileSystemRoot. |