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

Unified Diff: net/disk_cache/flash/segment.h

Issue 11269008: Cache backend for devices with flash storage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: test 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
« no previous file with comments | « net/disk_cache/flash/flash_cache_test_base.cc ('k') | net/disk_cache/flash/segment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/flash/segment.h
diff --git a/net/disk_cache/flash/segment.h b/net/disk_cache/flash/segment.h
index 6dcdf46a0006f222872e8cacf0199bab2e15cb37..4a10c654070a2273a43754f1ffa66d46f1f0c330 100644
--- a/net/disk_cache/flash/segment.h
+++ b/net/disk_cache/flash/segment.h
@@ -97,8 +97,6 @@ class NET_EXPORT_PRIVATE Segment {
bool CanHold(int32 size) const;
private:
- FRIEND_TEST_ALL_PREFIXES(SegmentTest, CreateDestroy);
-
bool read_only_; // Indicates whether the segment can be written to.
bool init_; // Indicates whether segment was initialized.
Storage* storage_; // Storage on which the segment resides.
« no previous file with comments | « net/disk_cache/flash/flash_cache_test_base.cc ('k') | net/disk_cache/flash/segment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698