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/sandbox_mount_point_provider_unittest.cc

Issue 10449028: Revert 138444 - Always pass FileSystemContext to ObfuscatedFileUtil operations (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1151/src/
Patch Set: Created 8 years, 7 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 | « webkit/fileapi/sandbox_mount_point_provider.cc ('k') | webkit/fileapi/test_mount_point_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/sandbox_mount_point_provider_unittest.cc
===================================================================
--- webkit/fileapi/sandbox_mount_point_provider_unittest.cc (revision 139069)
+++ webkit/fileapi/sandbox_mount_point_provider_unittest.cc (working copy)
@@ -294,7 +294,7 @@
break;
case 3:
sandbox_provider()->DeleteOriginDataOnFileThread(
- file_system_context_, NULL, origin_url, type);
+ NULL, origin_url, type);
break;
case 4:
sandbox_provider()->GetOriginsForTypeOnFileThread(
@@ -305,8 +305,7 @@
type, host, &origins);
break;
case 6:
- sandbox_provider()->GetOriginUsageOnFileThread(
- file_system_context_, origin_url, type);
+ sandbox_provider()->GetOriginUsageOnFileThread(origin_url, type);
break;
case 7:
// This case has to use an origin that already exists in the
« no previous file with comments | « webkit/fileapi/sandbox_mount_point_provider.cc ('k') | webkit/fileapi/test_mount_point_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698