You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
422 B
18 lines
422 B
// Copyright 2020 The Chromium Authors
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef NET_NQE_PREF_NAMES_H_
|
|
#define NET_NQE_PREF_NAMES_H_
|
|
|
|
#include "net/base/net_export.h"
|
|
|
|
namespace net::nqe {
|
|
|
|
// Prefs for persisting network qualities.
|
|
NET_EXPORT_PRIVATE extern const char kNetworkQualities[];
|
|
|
|
} // namespace net::nqe
|
|
|
|
#endif // NET_NQE_PREF_NAMES_H_
|