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

Unified Diff: webkit/fileapi/file_system_context.cc

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
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/fileapi/file_system_operation_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_context.cc
diff --git a/webkit/fileapi/file_system_context.cc b/webkit/fileapi/file_system_context.cc
index 2b8c7fa9a53ac484fc8c00076001f3f16e7be418..53afbb1248ccfa2ac22847dec174743dc6c9e29c 100644
--- a/webkit/fileapi/file_system_context.cc
+++ b/webkit/fileapi/file_system_context.cc
@@ -124,6 +124,8 @@ FileSystemMountPointProvider* FileSystemContext::GetMountPointProvider(
return external_provider_.get();
case kFileSystemTypeIsolated:
case kFileSystemTypeDragged:
+ case kFileSystemTypeNativeMedia:
+ case kFileSystemTypeDeviceMedia:
return isolated_provider_.get();
default:
if (provider_map_.find(type) != provider_map_.end())
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/fileapi/file_system_operation_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698