This enum is now `TemplateURLData::PolicyOrigin`.
Chromium change:
https://chromium.googlesource.com/chromium/src/+/1ee37e6d6648cefe6a9fdb7d4e0406db88768214
commit 1ee37e6d6648cefe6a9fdb7d4e0406db88768214
Author: Fabio Tirelo <ftirelo@chromium.org>
Date: Mon Dec 16 15:16:04 2024 -0800
[TemplateURL] Improve readability of policy origin information
Enum `TemplateURLData::CreatedByPolicy` is very confusing, since the
name makes it look like it refers to a boolean. This CL renames it to
`PolicyOrigin`. It also defines some helper functions to avoid code
repetition.
Note: I have not changed the keywords DB column name, because we have
plans to remove managed SEs from there soon, so we can save with
schema migration
Bug: 384050509