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

Unified Diff: webkit/fileapi/obfuscated_file_system_file_util.cc

Issue 7511008: Specify 'true' to force creating the new directory in MigrateFromOldSandbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/obfuscated_file_system_file_util.cc
diff --git a/webkit/fileapi/obfuscated_file_system_file_util.cc b/webkit/fileapi/obfuscated_file_system_file_util.cc
index 961eae92fc3d2b8e53d51f0d46bb2688ad79c554..abff6cb5845cc1796b351e12cf90c7df23f2c4b8 100644
--- a/webkit/fileapi/obfuscated_file_system_file_util.cc
+++ b/webkit/fileapi/obfuscated_file_system_file_util.cc
@@ -897,7 +897,7 @@ bool ObfuscatedFileSystemFileUtil::MigrateFromOldSandbox(
if (dest_root.empty())
return false;
FileSystemDirectoryDatabase* db = GetDirectoryDatabase(
- origin_url, type, false);
+ origin_url, type, true);
if (!db)
return false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698