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

Unified Diff: webkit/media/buffered_data_source_unittest.cc

Issue 10704130: Remove expectations and comments that were accidentally committed in r145851. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/buffered_data_source_unittest.cc
diff --git a/webkit/media/buffered_data_source_unittest.cc b/webkit/media/buffered_data_source_unittest.cc
index 2023c3f2a91bf734e104877e0f576cfdbadfcbe0..af2a6f71ecef568822017f6d9bdf0f8064b8716b 100644
--- a/webkit/media/buffered_data_source_unittest.cc
+++ b/webkit/media/buffered_data_source_unittest.cc
@@ -451,9 +451,6 @@ TEST_F(BufferedDataSourceTest, Read) {
EXPECT_TRUE(data_source_->downloading());
Stop();
- // XXXXXXXXXXXX Should we report something on didFail? The idea here is that
- // by calling Stop() on the object no more CBs should execute
- EXPECT_TRUE(data_source_->downloading());
}
} // namespace webkit_media
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698