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

Unified Diff: net/http/infinite_cache_unittest.cc

Issue 10914299: net: don't run InfiniteCache.DeleteBetween on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« 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: net/http/infinite_cache_unittest.cc
===================================================================
--- net/http/infinite_cache_unittest.cc (revision 156882)
+++ net/http/infinite_cache_unittest.cc (working copy)
@@ -180,6 +180,7 @@
}
TEST(InfiniteCache, DeleteBetween) {
+#if !defined(OS_ANDROID)
ScopedTempDir dir;
ASSERT_TRUE(dir.CreateUniqueTempDir());
FilePath path = dir.path().Append(FILE_PATH_LITERAL("infinite"));
@@ -231,4 +232,5 @@
EXPECT_EQ(1, cb.GetResult(cache->QueryItemsForTest(cb.callback())));
ProcessRequest(kTypicalGET_Transaction, cache.get());
EXPECT_EQ(1, cb.GetResult(cache->QueryItemsForTest(cb.callback())));
+#endif // OS_ANDROID
}
« 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