diff options
author | Lucas Lin <lucaslin@google.com> | 2019-10-23 03:27:05 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-23 03:27:05 -0700 |
commit | 22eafd17579b7f5ed0d825f96790f15087588752 (patch) | |
tree | 57a9462deac99ca7e52ed5023687b8ab7d852b31 /proto | |
parent | a2bb72bc136bb76f6c158af7d49c5e2424a32972 (diff) | |
parent | 7038dfad2a474beb3b5f3d1cf6a0e973ce2db08b (diff) |
Merge "Better notification to user when DNS-over-TLS is broken" am: 81852c8481 am: eb24608dbc am: a55366ffdb
am: 7038dfad2a
Change-Id: Iffbdc181d8249f26b3c370474583673aaa1c5032
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 5d6d1c993cd3..5712566311d7 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -253,6 +253,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 |