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

Unified Diff: content/browser/hyphenator/hyphenator_message_filter_unittest.cc

Issue 10831302: Download resumption - Preliminary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed content unit tests. Created 8 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/hyphenator/hyphenator_message_filter_unittest.cc
diff --git a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
index eff459e4413f820bc03ee8810b310bb6ebdd010e..b1d78f16f266c8e9c31180603021648b9b1704aa 100644
--- a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
+++ b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
@@ -150,6 +150,6 @@ TEST_F(HyphenatorMessageFilterTest, OpenDictionary) {
// Delete all resources used by this test.
filter_->Reset();
- if (file != base::kInvalidPlatformFileValue)
- base::ClosePlatformFile(file);
+// if (file != base::kInvalidPlatformFileValue)
+// base::ClosePlatformFile(file);
}

Powered by Google App Engine
This is Rietveld 408576698