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

Unified Diff: webkit/browser/fileapi/dragged_file_util.h

Issue 190533005: Bug 343571: Dragging and dropping a directory containing a symlink results in the symlink being ign… Base URL: https://chromium.googlesource.com/chromium/src.git@344225
Patch Set: Created 6 years, 9 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 | webkit/browser/fileapi/dragged_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/dragged_file_util.h
diff --git a/webkit/browser/fileapi/dragged_file_util.h b/webkit/browser/fileapi/dragged_file_util.h
index 8807fc1883a23e4c3d92cc8a5394f4726e818a08..a75c8abc9ef9a700b64c7274a4a1ca73336430d3 100644
--- a/webkit/browser/fileapi/dragged_file_util.h
+++ b/webkit/browser/fileapi/dragged_file_util.h
@@ -23,6 +23,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE DraggedFileUtil
virtual ~DraggedFileUtil() {}
// FileSystemFileUtil overrides.
+ virtual base::File::Error CreateOrOpen(
+ FileSystemOperationContext* context,
+ const FileSystemURL& url,
+ int file_flags,
+ base::PlatformFile* file_handle,
+ bool* created) OVERRIDE;
virtual base::File::Error GetFileInfo(
FileSystemOperationContext* context,
const FileSystemURL& url,
« no previous file with comments | « no previous file | webkit/browser/fileapi/dragged_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698