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

Unified Diff: net/disk_cache/disk_cache_test_base.h

Issue 13517004: Test cache creation retry via public interface only. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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: net/disk_cache/disk_cache_test_base.h
diff --git a/net/disk_cache/disk_cache_test_base.h b/net/disk_cache/disk_cache_test_base.h
index f1eb477ec2fb0ee9d8a41b8da8716757444c48f1..a2222ed73555a3d345313b750cbc06dd4036918f 100644
--- a/net/disk_cache/disk_cache_test_base.h
+++ b/net/disk_cache/disk_cache_test_base.h
@@ -62,7 +62,7 @@ class DiskCacheTestWithCache : public DiskCacheTest {
void CreateBackend(uint32 flags, base::Thread* thread);
void InitCache();
- void InitDefaultCacheViaCreator();
+ void CreateCacheViaPublicInterface();
void SimulateCrash();
void SetTestMode();

Powered by Google App Engine
This is Rietveld 408576698