Index: chromeos/dbus/shill_manager_client_stub.cc |
diff --git a/chromeos/dbus/shill_manager_client_stub.cc b/chromeos/dbus/shill_manager_client_stub.cc |
index 7cad8b171f07c8876937695fb2c00ff64e80bda4..c3dd9d3783176fa3b1fa8a5fe394700510b2f3e0 100644 |
--- a/chromeos/dbus/shill_manager_client_stub.cc |
+++ b/chromeos/dbus/shill_manager_client_stub.cc |
@@ -414,6 +414,8 @@ base::ListValue* ShillManagerClientStub::GetListProperty( |
} |
bool ShillManagerClientStub::TechnologyEnabled(const std::string& type) const { |
+ if (type == flimflam::kTypeVPN) |
+ return true; // VPN is always "enabled" since there is no associated device |
bool enabled = false; |
const base::ListValue* technologies; |
if (stub_properties_.GetListWithoutPathExpansion( |