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

Unified Diff: net/disk_cache/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: rebased to latest, auto-merged net.gyp 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
« no previous file with comments | « PRESUBMIT.py ('k') | net/disk_cache/backend_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/backend_impl.h
diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h
index 19aedbed3fd7db92371c3e4234ad9ec79139d4b5..40a160e67a2adc05e8a54a16d5bdf59d7ccf8d97 100644
--- a/net/disk_cache/backend_impl.h
+++ b/net/disk_cache/backend_impl.h
@@ -49,14 +49,6 @@ class NET_EXPORT_PRIVATE BackendImpl : public Backend {
base::MessageLoopProxy* cache_thread, net::NetLog* net_log);
virtual ~BackendImpl();
- // Returns a new backend with the desired flags. See the declaration of
- // CreateCacheBackend().
- static int CreateBackend(const base::FilePath& full_path, bool force,
- int max_bytes, net::CacheType type,
- uint32 flags, base::MessageLoopProxy* thread,
- net::NetLog* net_log, Backend** backend,
- const CompletionCallback& callback);
-
// Performs general initialization for this current instance of the cache.
int Init(const CompletionCallback& callback);
« no previous file with comments | « PRESUBMIT.py ('k') | net/disk_cache/backend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698