Make GetOverridenFeaturesForStorage accept a base::Value
base::DictionaryValue is deprecated, and we are transitioning some internal code to use base::Value instead of base::DictionaryValue, and it calls GetOverridenFeaturesForStorage. So here we make GetOverridenFeaturesForStorage accept a base::Value. We do not change the return value so that we do not break any existing usages. Bug: Internal 119219865 Test: None Change-Id: I61a794456b586f0a0b99dc258d13f02d10ae7646 Reviewed-on: https://chromium-review.googlesource.com/c/1321672Reviewed-by:Sergey Volk <servolk@chromium.org> Commit-Queue: Matt Swartwout <mwswartwout@google.com> Cr-Commit-Position: refs/heads/master@{#606550}
Showing
Please register or sign in to comment