blob: 40dc59434807c7b11bcb886a43e8bc20d77bc788 [file] [log] [blame]
package config_parser
func PopulatePrivacyParams(configs []ProjectConfigData) error {
// Reports that use the Poisson encoding scheme must manually specify privacy
// encoding parameters.
//
// TODO(https://fxbug.dev/278932979): update this comment once Poisson encoding parameters are
// populated by the registry parser.
return nil
}