summaryrefslogtreecommitdiffstats
path: root/chromeos/network/shill_property_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/shill_property_handler.cc')
-rw-r--r--chromeos/network/shill_property_handler.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/network/shill_property_handler.cc b/chromeos/network/shill_property_handler.cc
index eb73b83..41482be 100644
--- a/chromeos/network/shill_property_handler.cc
+++ b/chromeos/network/shill_property_handler.cc
@@ -143,6 +143,11 @@ bool ShillPropertyHandler::IsTechnologyEnabling(
return enabling_technologies_.count(technology) != 0;
}
+bool ShillPropertyHandler::IsTechnologyProhibited(
+ const std::string& technology) const {
+ return prohibited_technologies_.count(technology) != 0;
+}
+
bool ShillPropertyHandler::IsTechnologyUninitialized(
const std::string& technology) const {
return uninitialized_technologies_.count(technology) != 0;