commit | 955093110ad64d5ec6f5426991efaa4a680b5d6f | [log] [tgz] |
---|---|---|
author | brettw <[email protected]> | Thu Jul 16 23:57:33 2015 |
committer | Commit bot <[email protected]> | Thu Jul 16 23:58:34 2015 |
tree | 19368cdb8861595640715e1072789959729efc2d | |
parent | 387e05a79c7ae346ba7db36977ddfca7ca6f10a3 [diff] |
Remove legacy StartsWithASCII function. This replaces it with base::StartsWith and the appropriate case flag. Since the existing version only ever did case-insensitive tests in ASCII, there should be no behavior change. BUG=506255 TBR=jam Review URL: https://codereview.chromium.org/1242023005 Cr-Commit-Position: refs/heads/master@{#339175}