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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 // TODO: Insert description here. (generated by dmurph)
2
3 #include "storage/browser/blob/upload_blob_element_reader.h"
4
5 #include "testing/base/public/gunit.h"
6
7 namespace storage {
8 namespace {
9
10 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
11 // TODO(dmurph): Auto-generated test stub
12 }
13
14 } // namespace
15 } // namespace storage
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698