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

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

Issue 1337153002: [Blob] BlobReader class & tests, and removal of all redundant reading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asan fix Created 5 years, 3 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/upload_blob_element_reader_unittest.cc
diff --git a/content/browser/fileapi/upload_blob_element_reader_unittest.cc b/content/browser/fileapi/upload_blob_element_reader_unittest.cc
new file mode 100644
index 0000000000000000000000000000000000000000..2e365928873446f174fb79c17f73b52a82db7829
--- /dev/null
+++ b/content/browser/fileapi/upload_blob_element_reader_unittest.cc
@@ -0,0 +1,15 @@
+// TODO: Insert description here. (generated by dmurph)
+
+#include "storage/browser/blob/upload_blob_element_reader.h"
+
+#include "testing/base/public/gunit.h"
+
+namespace storage {
+namespace {
+
+TEST(UploadBlobElementReader, Test1) {
michaeln 2015/09/23 18:52:46 either add real tests or dont add the file
dmurph 2015/09/25 17:11:43 Deleted. I forgot this was here. Since the file i
+ // TODO(dmurph): Auto-generated test stub
+}
+
+} // namespace
+} // namespace storage

Powered by Google App Engine
This is Rietveld 408576698