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

Unified Diff: webkit/fileapi/file_system_util.cc

Issue 10781014: Isolated FS for media devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests 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_util.cc
diff --git a/webkit/fileapi/file_system_util.cc b/webkit/fileapi/file_system_util.cc
index ec406ac0f5c2fd424d1443808146786c10365bb2..5cd5e4513e1eb9a49e7585f7d41a5deb2d8d4c1d 100644
--- a/webkit/fileapi/file_system_util.cc
+++ b/webkit/fileapi/file_system_util.cc
@@ -157,6 +157,7 @@ GURL GetFileSystemRootURI(const GURL& origin_url, FileSystemType type) {
return GURL(url + "/");
case kFileSystemTypeUnknown:
case kFileSystemTypeDragged:
+ case kFileSystemTypeDeviceMedia:
NOTREACHED();
}
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698