| 24 | var errNoABEKey = errors.New("abe: Local State has no app_bound_encrypted_key") |
| 25 | |
| 26 | type ABERetriever struct{} |
| 27 | |
| 28 | func (r *ABERetriever) RetrieveKey(hints Hints) ([]byte, error) { |
| 29 | // Non-ABE forks (Opera/Vivaldi/Yandex) supply no WindowsABEKey — treat as "not applicable". |
nothing calls this directly
no outgoing calls
no test coverage detected