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

Unified Diff: webkit/fileapi/file_system_context.cc

Issue 10993066: Add oem mount point to cros_mount_provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot one file Created 8 years, 3 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_context.cc
diff --git a/webkit/fileapi/file_system_context.cc b/webkit/fileapi/file_system_context.cc
index 00288592f3c54ca3e1610fa08e46f964dafc67d7..63f8a540de3601a476d1bd5cedf0732e6bc6bd41 100644
--- a/webkit/fileapi/file_system_context.cc
+++ b/webkit/fileapi/file_system_context.cc
@@ -123,6 +123,7 @@ FileSystemMountPointProvider* FileSystemContext::GetMountPointProvider(
return sandbox_provider_.get();
case kFileSystemTypeExternal:
case kFileSystemTypeDrive:
+ case kFileSystemTypeRestrictedNativeLocal:
return external_provider_.get();
case kFileSystemTypeIsolated:
case kFileSystemTypeDragged:

Powered by Google App Engine
This is Rietveld 408576698