
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}
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: