DescriptionRemove trivially-true check in parsed_cookie.cc
IsControlCharacter() was checking an unsigned char to
make sure it's >= 0, which is trivially true. This throws
a warning on the default CrOS toolchain, so remove it even though it's harmless
BUG=424334
TEST=net_unittests
R=rsleevi@chromium.org
Committed: https://crrev.com/f96393cf4def7ba16577c9a484c9f0093124a6a5
Cr-Commit-Position: refs/heads/master@{#300170}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Address sleevi's nit #Messages
Total messages: 8 (2 generated)
|