commit | bdd6381bda3548bbca99e1f030302f957ce2bcb6 | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Tue Dec 12 06:29:51 2017 |
committer | Commit Bot <[email protected]> | Tue Dec 12 06:29:51 2017 |
tree | 24449e4ec27f4de2502264cc555c4524e4fffe70 | |
parent | bbd67f7689cc285fb02c97be5f5a991582d7a8d2 [diff] |
Add PrintedDocument::HasDebugDumpPath(). Unlike the current checks for the debug dump path, HasDebugDumpPath() is truly read only and won't create the base::FilePath when accessing the |g_debug_dump_info| base::LazyInstance. Update code to use HasDebugDumpPath() instead of accessing |g_debug_dump_info| directly, and only do that when getting / setting the path value. Change-Id: I200664a9cb70289883627c8dc7f85c6f02edd45b Reviewed-on: https://chromium-review.googlesource.com/821370 Reviewed-by: Rebekah Potter <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#523356}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .