Commit 424f9538 authored by Olivier Li's avatar Olivier Li Committed by Commit Bot

Fix broken link in Freezing doc.

The markdown conversion renders it as something that comes up as
a broken link which is misleading. This can't be fixed so backticks
make it non-clickable which is less confusing.

Change-Id: Ic995fb464b52a9a555cf4ff3fc99bae29e819ebe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906509
Auto-Submit: Oliver Li <olivierli@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714070}
parent ea17c6e9
......@@ -21,7 +21,7 @@ that allow individual frames to be frozen.
Once a page is frozen, it cannot run any tasks. In particular, callbacks
associated with DOM timers, XHR requests or the push API will not run until the
page is resumed. To verify the behavior of your site when it is frozen, go to
chrome://discards and click [Freeze] next to a background tab which contains
`chrome://discards` and click [Freeze] next to a background tab which contains
your site. See [Will my site be frozen?](#Will-my-site-be-frozen_) for how
Chrome tries to avoid frezing sites when this is likely to break functionality.
......
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