// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_WEBAUTHN_AUTHENTICATOR_LIST_OBSERVER_H_ #define CHROME_BROWSER_WEBAUTHN_AUTHENTICATOR_LIST_OBSERVER_H_ #include "chrome/browser/webauthn/authenticator_reference.h" // Interface to observe mutations to an ObservableAuthenticatorList. // // This is currently only implemented by the the BleDeviceHoverListModel that is // used by HoverListView to visualize an ObservableAuthenticatorList. class AuthenticatorListObserver { … }; #endif // CHROME_BROWSER_WEBAUTHN_AUTHENTICATOR_LIST_OBSERVER_H_