diff options
author | Lucas Lin <lucaslin@google.com> | 2019-10-23 09:20:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-10-23 09:20:09 +0000 |
commit | 81852c8481f555c9ad396aa866442a7669441875 (patch) | |
tree | 7f691a6d317b6b369ce50b487f1c72d909e051a1 /proto | |
parent | e87b7156c9c427599ed57740be913ca5df3545c5 (diff) | |
parent | 783f2210658ff112cb5954b37c2461b1191e554d (diff) |
Merge "Better notification to user when DNS-over-TLS is broken"
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/system_messages.proto | 2 |
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 |