| // Copyright 2023 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| module network.mojom; | |
| // This interface serves as a secondary communication channel, enabling Chrome | |
| // layers that lack access to the endpoints of the connection to receive | |
| // notifications when it becomes unavailable. | |
| interface SocketConnectionTracker {}; |