The CL https://codereview.chromium.org/2714543006/ introduces a function CleanObsoleteHttpDataForPasswordStoreAndPrefsForTesting() and uses it in components/password_manager/core/browser/http_data_cleaner_unittest.cc.
The presubmit check _CheckNoProductionCodeUsingTestOnlyFunctions triggers, saying:
You might be calling functions intended only for testing from
production code. It is OK to ignore this warning if you know what
you are doing, as the heuristics used to detect the situation are
not perfect. The commit queue will not block on this warning.
components/password_manager/core/browser/http_data_cleaner.cc:264
void CleanObsoleteHttpDataForPasswordStoreAndPrefsForTesting(
It seems that the presubmit check mistakes the function definition for a callsite.
Comment 1 by estaab@chromium.org
, Apr 5 2017