Commit 181af9d3 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Add DVLOG of the URL and BackForwardCacheCanStoreDocumentResult.

This helps with casually observing BFCache's behaviour.

Change-Id: I36e4573cca27c53d36427bf72fa767154b0ee296
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949803Reviewed-by: default avatarKouhei Ueno <kouhei@chromium.org>
Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721352}
parent 531a69df
......@@ -273,6 +273,8 @@ BackForwardCacheCanStoreDocumentResult BackForwardCacheImpl::CanStoreDocument(
CanStoreRenderFrameHost(&result, rfh);
DVLOG(1) << "CanStoreDocument: " << rfh->GetLastCommittedURL() << " : "
<< result.ToString();
return result;
}
......
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