Revert 141514 - Remove CachingValueStore in favor of an async ValueStoreFrontend.
Caused massive number of use-after-free crashes on ClusterFuzz. After actually seeing the use cases for the value store in extension code, I realized that an async version would be more appropriate. This one will use less memory as well, since we won't need to keep the cache in memory. BUG=123366 TEST=no Review URL: https://chromiumcodereview.appspot.com/10539073 TBR=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/10537116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141603 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment