Commit fd61ca3f authored by hiroshige's avatar hiroshige Committed by Commit bot

[WeakMemoryCache] Do not prune in didAccessDecodedData()

Preparation for removing didAccessDecodedData()
in https://codereview.chromium.org/2411243004.

BUG=603462

Review-Url: https://codereview.chromium.org/2435873003
Cr-Commit-Position: refs/heads/master@{#427267}
parent 404ec514
......@@ -806,7 +806,6 @@ void Resource::setEncodedSizeMemoryUsage(size_t encodedSize) {
void Resource::didAccessDecodedData() {
memoryCache()->updateDecodedResource(this, UpdateForAccess);
memoryCache()->prune();
}
void Resource::finishPendingClients() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment