pref_names.h 444 B

1234567891011121314151617
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef NET_NQE_PREF_NAMES_H_
  5. #define NET_NQE_PREF_NAMES_H_
  6. #include "net/base/net_export.h"
  7. namespace net::nqe {
  8. // Prefs for persisting network qualities.
  9. NET_EXPORT_PRIVATE extern const char kNetworkQualities[];
  10. } // namespace net::nqe
  11. #endif // NET_NQE_PREF_NAMES_H_