summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorLucas Lin <lucaslin@google.com>2019-10-23 02:51:56 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-23 02:51:56 -0700
commiteb24608dbc0a3c518eec0a69a70d31dc3c390b6c (patch)
tree73da528ab27b16aed47b84f264279b15a034fafd /proto/src
parent737210b7bbc3c4bc7c831479460ad635c8e52630 (diff)
parent81852c8481f555c9ad396aa866442a7669441875 (diff)
Merge "Better notification to user when DNS-over-TLS is broken"
am: 81852c8481 Change-Id: I8be963e35ed5e5ba914c6d3504a52ccb789aaf29
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/system_messages.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index ffbf1ae38635..ef071a43aa3e 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -249,6 +249,8 @@ message SystemMessage {
NOTE_NETWORK_LOGGED_IN = 744;
// A partial connectivity network was detected during network validation
NOTE_NETWORK_PARTIAL_CONNECTIVITY = 745;
+ // Private DNS is broken in strict mode
+ NOTE_NETWORK_PRIVATE_DNS_BROKEN = 746;
// Notify the user that their work profile has been deleted
// Package: android