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

Unified Diff: webkit/fileapi/sandbox_mount_point_provider_unittest.cc

Issue 14265022: [Quota][FileAPI] Add quota policy to FileSystemOperationContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add special storage policy Created 7 years, 8 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') | no next file » | 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
diff --git a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
index b649725d5e3ef1aabf973e376acc9eae7c15b551..c09564081263c1e461a630b32120930057786d94 100644
--- a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
+++ b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
@@ -40,7 +40,8 @@ class SandboxMountPointProviderOriginEnumeratorTest : public testing::Test {
NULL,
base::MessageLoopProxy::current(),
data_dir_.path(),
- CreateAllowFileAccessOptions()));
+ CreateAllowFileAccessOptions(),
+ NULL));
}
SandboxMountPointProvider::OriginEnumerator* CreateEnumerator() const {
@@ -119,7 +120,7 @@ TEST(SandboxMountPointProviderTest, AccessPermissions) {
MessageLoop message_loop_;
SandboxMountPointProvider provider(
NULL, base::MessageLoopProxy::current(), base::FilePath(),
- CreateAllowFileAccessOptions());
+ CreateAllowFileAccessOptions(), NULL);
// Any access should be allowed in sandbox directory.
EXPECT_EQ(FILE_PERMISSION_ALWAYS_ALLOW,
« no previous file with comments | « webkit/fileapi/sandbox_mount_point_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698