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

Unified Diff: net/disk_cache/simple/simple_backend_impl.h

Issue 12794003: Initialize the simple cache backend at runtime. (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/simple/simple_backend_impl.h
===================================================================
--- net/disk_cache/simple/simple_backend_impl.h (revision 188696)
+++ net/disk_cache/simple/simple_backend_impl.h (working copy)
@@ -30,7 +30,6 @@
virtual ~SimpleBackendImpl();
static int CreateBackend(const base::FilePath& full_path,
- bool force,
int max_bytes,
net::CacheType type,
uint32 flags,

Powered by Google App Engine
This is Rietveld 408576698