diff options
author | pasko@google.com <pasko@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 17:33:04 +0000 |
---|---|---|
committer | pasko@google.com <pasko@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 17:33:04 +0000 |
commit | 1aae0c60a9f05fe360ff5331f81b422952a6d680 (patch) | |
tree | 43f35447492755a599953c14dd8685d6ced34013 /net/disk_cache/simple/simple_index.cc | |
parent | 2e61a4b22558048a6b07a4d18a7c4e9fa8af7792 (diff) | |
download | chromium_src-1aae0c60a9f05fe360ff5331f81b422952a6d680.zip chromium_src-1aae0c60a9f05fe360ff5331f81b422952a6d680.tar.gz chromium_src-1aae0c60a9f05fe360ff5331f81b422952a6d680.tar.bz2 |
Disallow the Simple Cache to coexist with the Blockfile Cache.
BUG=229437
BUG=230332
Review URL: https://chromiumcodereview.appspot.com/14417007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/simple/simple_index.cc')
-rw-r--r-- | net/disk_cache/simple/simple_index.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/simple/simple_index.cc b/net/disk_cache/simple/simple_index.cc index 9f566df..583ee84 100644 --- a/net/disk_cache/simple/simple_index.cc +++ b/net/disk_cache/simple/simple_index.cc @@ -124,7 +124,7 @@ SimpleIndex::SimpleIndex( low_watermark_(0), eviction_in_progress_(false), initialized_(false), - index_filename_(path.AppendASCII("simple-index")), + index_filename_(path.AppendASCII("the-real-index")), cache_thread_(cache_thread), io_thread_(io_thread) { } |