Chromium change: https://source.chromium.org/chromium/chromium/src/+/8b6a93272d5fe43cf3e8bf2a787aec60bee48c32 commit 8b6a93272d5fe43cf3e8bf2a787aec60bee48c32 Author: Lukasz Anforowicz <lukasza@chromium.org> Date: Thu May 13 02:16:32 2021 +0000 Real instance methods for BrowserContext: GetBrowsingDataRemover. This CL refactors non-overridable (i.e. implemented only within //content) methods of `BrowserContext`, so that they are implemented as instance methods (rather than as `static` methods taking a `self` argument). This particular CL refactors the following methods: - GetBrowsingDataRemover For the rationale/motivation for this change, please see the CL description of an earlier CL in this series - r877482. Bug: 1179776