summaryrefslogtreecommitdiff
path: root/chromium/net/dns/dns_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/dns/dns_config.h')
-rw-r--r--chromium/net/dns/dns_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/net/dns/dns_config.h b/chromium/net/dns/dns_config.h
index 9e1e3e917d0..d65a31eb45d 100644
--- a/chromium/net/dns/dns_config.h
+++ b/chromium/net/dns/dns_config.h
@@ -51,6 +51,7 @@ struct NET_EXPORT DnsConfig {
return !nameservers.empty() || !dns_over_https_servers.empty();
}
+ // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.net
// The SecureDnsMode specifies what types of lookups (secure/insecure) should
// be performed and in what order when resolving a specific query. The int
// values should not be changed as they are logged.