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

Unified Diff: webkit/fileapi/obfuscated_file_util.cc

Issue 10781014: Isolated FS for media devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Addressed comments. 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/obfuscated_file_util.cc
diff --git a/webkit/fileapi/obfuscated_file_util.cc b/webkit/fileapi/obfuscated_file_util.cc
index 782ca00055fbb5246057e7c4d08dbff426b531ec..90f458018b710975f73cd9f40800400c17bcaa4b 100644
--- a/webkit/fileapi/obfuscated_file_util.cc
+++ b/webkit/fileapi/obfuscated_file_util.cc
@@ -966,7 +966,6 @@ bool ObfuscatedFileUtil::DeleteDirectoryForOriginAndType(
other_type = kFileSystemTypeTemporary;
else
NOTREACHED();
-
if (!file_util::DirectoryExists(
origin_path.Append(GetDirectoryNameForType(other_type)))) {
InitOriginDatabase(false);

Powered by Google App Engine
This is Rietveld 408576698