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

Unified Diff: content/browser/fileapi/obfuscated_file_util_unittest.cc

Issue 510323003: Revert of Modify test case to support streaming operation in sandbox file system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: content/browser/fileapi/obfuscated_file_util_unittest.cc
diff --git a/content/browser/fileapi/obfuscated_file_util_unittest.cc b/content/browser/fileapi/obfuscated_file_util_unittest.cc
index 0cbda885691f6e66c11dcb9f4785988e95270dc3..0c41e8a5ef9459914a16aca8346af412ff79f871 100644
--- a/content/browser/fileapi/obfuscated_file_util_unittest.cc
+++ b/content/browser/fileapi/obfuscated_file_util_unittest.cc
@@ -144,8 +144,7 @@
class ObfuscatedFileUtilTest : public testing::Test {
public:
ObfuscatedFileUtilTest()
- : message_loop_(base::MessageLoop::TYPE_IO),
- origin_(GURL("http://www.example.com")),
+ : origin_(GURL("http://www.example.com")),
type_(storage::kFileSystemTypeTemporary),
weak_factory_(this),
sandbox_file_system_(origin_, type_),
« no previous file with comments | « content/browser/fileapi/file_system_operation_impl_unittest.cc ('k') | webkit/browser/fileapi/sandbox_file_system_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698