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

Unified Diff: webkit/fileapi/file_system_types.h

Issue 10825042: Implement media path filter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: webkit/fileapi/file_system_types.h
diff --git a/webkit/fileapi/file_system_types.h b/webkit/fileapi/file_system_types.h
index 85de365216099508e42653443c441ce686062dfa..d9fef236c46af8d3ed87ad7c644f637f8bae2a6d 100644
--- a/webkit/fileapi/file_system_types.h
+++ b/webkit/fileapi/file_system_types.h
@@ -37,6 +37,8 @@ enum FileSystemType {
// Internal filesystem types, which are not exposed to WebKit but are
// accessible via Isolated file system.
kFileSystemTypeDragged,
+ kFileSystemTypeNativeMedia,
+ kFileSystemTypeDeviceMedia,
kinuko 2012/07/31 01:26:35 nit: Can you add a brief comment to each type to r
tzik 2012/07/31 22:31:23 Done.
};
} // namespace fileapi

Powered by Google App Engine
This is Rietveld 408576698