diff options
| -rw-r--r-- | core/proto/android/stats/dnsresolver/dns_resolver.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/proto/android/stats/dnsresolver/dns_resolver.proto b/core/proto/android/stats/dnsresolver/dns_resolver.proto index afd109996722..448c12dd8d29 100644 --- a/core/proto/android/stats/dnsresolver/dns_resolver.proto +++ b/core/proto/android/stats/dnsresolver/dns_resolver.proto @@ -184,6 +184,8 @@ enum NetworkType { NT_BLUETOOTH_VPN = 10; // Indicates this network uses an Ethernet+VPN transport. NT_ETHERNET_VPN = 11; + // Indicates this network uses a Wi-Fi+Cellular+VPN transport. + NT_WIFI_CELLULAR_VPN = 12; } enum CacheStatus{ |