Hi content owners,
I'd like to add two //components/entries to content/browser/DEPS:
1. components/embedder_support/switches.h in
https://chromium-review.googlesource.com/c/chromium/src/+/6242721
2. components/embedder_support/user_agent_utils.h in
https://chromium-review.googlesource.com/c/chromium/src/+/6244461
Dependency 1 is part of a target that does not depend on anything (not
even base). Dependency 2 depends on a few more targets (see the CL
above), the idea being that we'll merge content/common/user_agent.h into
it to reduce confusion and consolidate all UA-related code in one place.
Could you let me know what kind of approval is necessary in this case?