blob: 23fda263b25e9f726b8cceac3aa8717c62e16b8e [file] [log] [blame]
/* Copyright 2020 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "runtime_probe/functions/cellular_network.h"
#include <chromeos/dbus/shill/dbus-constants.h>
namespace runtime_probe {
base::Optional<std::string> CellularNetworkFunction::GetNetworkType() const {
return shill::kTypeCellular;
}
} // namespace runtime_probe