0
Files
src/content
Xiaocheng Hu 0e8c828e02 [Spellcheck] Manage WebTextCheckingCompletion with std::unique_ptr
Currently, WebTextCheckingCompletion instances are managed manually,
making them prone to leaks. This CL changes them to be managed by
std::unique_ptr to specify the ownership clearly and prevent them
from being leaked.

Bug: 962610
Change-Id: I37cee0747f3491fc9a622cf387274487cf765f85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610491
Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660055}
2019-05-15 19:06:55 +00:00
..
2019-04-05 20:28:50 +00:00

Content is the core code needed to render a page using a multi-process sandboxed browser.

Developer documentation: https://www.chromium.org/developers/content-module

Internal Documentation: