We compile all the non-third-party C++ code with _FORTIFY_SOURCE defined, which may enable some checks against buffer overruns (but I'm not sure if this actually does anything on Android). Java code is unaffected.
I suspect you may be confusing this with the "Fortify" static analysis product, though, which is nothing to do with this. We don't run any commercial static analysers on Chromium as far as I know, though some people have done so in the past.