Continue to clean c_str() calls.

When a result of |string.c_str()| expression is passed to a function that takes
a StringPiece, it will measure the length of the string using strlen() function.
This is useless operation because we know the length already.

No behaviour changes.

BUG=679479

Review-Url: https://codereview.chromium.org/2779893005
Cr-Original-Commit-Position: refs/heads/master@{#460501}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4179f17c901660139200edfcc751c2a7d9b5d03e
1 file changed
tree: 19ecff27f9dd93bb909c0bea82f09c37d5b285fb
  1. linux/
  2. mac/
  3. win/
  4. BUILD.gn
  5. features.gni
  6. OWNERS
  7. sandbox_export.h