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

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 signed/unsigned compare issue. Created 8 years, 1 month 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 2c047b8d8228e4ef2cf149d25b6333def5de5558..0b7bcd519d01784ab72f9996355e1a5b43028869 100644
--- a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
+++ b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
@@ -148,8 +148,8 @@ 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);
}
} // namespace content
« no previous file with comments | « content/browser/download/download_resource_handler.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698