diff options
author | Lucas Lin <lucaslin@google.com> | 2019-10-23 02:51:56 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-23 02:51:56 -0700 |
commit | eb24608dbc0a3c518eec0a69a70d31dc3c390b6c (patch) | |
tree | 73da528ab27b16aed47b84f264279b15a034fafd /proto | |
parent | 737210b7bbc3c4bc7c831479460ad635c8e52630 (diff) | |
parent | 81852c8481f555c9ad396aa866442a7669441875 (diff) |
Merge "Better notification to user when DNS-over-TLS is broken"
am: 81852c8481
Change-Id: I8be963e35ed5e5ba914c6d3504a52ccb789aaf29
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 |