Commit 0d36bc20 authored by Patrick Monette's avatar Patrick Monette Committed by Commit Bot

Enable InspectionResultsCache by default

Bug: 932267
Change-Id: Id30a3d00dfb5034a2dbdc29b2bfed901e34e3bf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853869
Commit-Queue: Patrick Monette <pmonette@chromium.org>
Commit-Queue: Chris Hamilton <chrisha@chromium.org>
Reviewed-by: default avatarChris Hamilton <chrisha@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704788}
parent f7d5af54
...@@ -42,7 +42,7 @@ enum class ReadCacheResult { ...@@ -42,7 +42,7 @@ enum class ReadCacheResult {
}; };
constexpr base::Feature kInspectionResultsCache{ constexpr base::Feature kInspectionResultsCache{
"InspectionResultsCache", base::FEATURE_DISABLED_BY_DEFAULT}; "InspectionResultsCache", base::FEATURE_ENABLED_BY_DEFAULT};
// The InspectionResultsCache maps ModuleInfoKey to a ModuleInspectionResult. // The InspectionResultsCache maps ModuleInfoKey to a ModuleInspectionResult.
// The uint32_t is a time stamp that keep tracks of when the inspection result // The uint32_t is a time stamp that keep tracks of when the inspection result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment