Simple Cache: Remove the wrong DCHECK.
commit3a94b2b997fecdba63a9cbb02865e7b66738bfa5
authorpasko@chromium.org <pasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 16 May 2013 12:53:02 +0000 (16 12:53 +0000)
committerpasko@chromium.org <pasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 16 May 2013 12:53:02 +0000 (16 12:53 +0000)
tree4551cb93eabc2ddd082e7accc7271f9e952e1cde
parent89995165ab9f086b284fb9745ac8934646e30675
Simple Cache: Remove the wrong DCHECK.

When I added this DCHECK I was only thinking about the Android case, where we
should have nothing except net::DISK_CACHE as cache type, but the feature is
also useful to test on other platforms. Platform-conditional DCHECK is more ugly
than useful, so just remove it.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/15171003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200520 0039d316-1c4b-4281-b951-d872f2087c98
net/disk_cache/cache_creator.cc