0
Files
src/content/ppapi_plugin
Daniel Cheng bf5afa01d6 Fix / clean up crash key usage in //content
- Crash keys that are scope-limited have been migrated to the
  easier-to-use SCOPED_CRASH_KEY_* macros.
- Callers that leaked the result of AllocateCrashKeyString
  have been updated to cache the returned pointer in a variable
  with static storage duration.
- All static storage duration variables that point to crash keys
  have been marked with `const` to indicate the pointer should
  not be reassigned.

Change-Id: I62a889e863eb2f67011bb1a87b25d4c1a1e29de8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2915000
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#886443}
2021-05-25 20:24:31 +00:00
..