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

Unified Diff: webkit/fileapi/file_system_util.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
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..d77d7f39de233d2953d8506fb2d838d592480830 100644
--- a/webkit/fileapi/file_system_util.cc
+++ b/webkit/fileapi/file_system_util.cc
@@ -157,6 +157,8 @@ GURL GetFileSystemRootURI(const GURL& origin_url, FileSystemType type) {
return GURL(url + "/");
case kFileSystemTypeUnknown:
case kFileSystemTypeDragged:
+ case kFileSystemTypeNativeMedia:
+ case kFileSystemTypeDeviceMedia:
NOTREACHED();
}
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698