commit | 808751fe7ac16bf7224cba284a318695d8093355 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Tue Jan 04 14:26:27 2011 +0000 |
committer | Steve Block <steveblock@google.com> | Fri Jan 07 16:50:09 2011 +0000 |
tree | f878bc0cd2fbab85cdfef45c50b9d0e336d16795 | |
parent | b3b98d9b700ac0ae038a63b734287b4d3aad950d [diff] |
Avoid superfluous calls to CacheManager with the Chromium HTTP stack When using the Chromium HTTP stack, most of the calls to CacheManager methods are not required, as we're not using its cache. These methods are now marked with asserts to make this clear. Also avoid creating the cache database in WebViewDatabase. This will avoid creating the database databases/webviewCache.db and the directory cache/webviewCache. Bug: 3270236 Change-Id: I68f94dde16830ed817454d5e1af961f41b71d018