| Index: chromeos/dbus/shill_stub_helper.h
|
| diff --git a/chromeos/dbus/shill_stub_helper.h b/chromeos/dbus/shill_stub_helper.h
|
| index b599014413f68ade65d89a8c55f3cc5670e2a78f..dce7991e45c1f1c758c0eabab37362f45abb0a72 100644
|
| --- a/chromeos/dbus/shill_stub_helper.h
|
| +++ b/chromeos/dbus/shill_stub_helper.h
|
| @@ -12,18 +12,10 @@
|
| namespace chromeos {
|
| namespace shill_stub_helper {
|
|
|
| -CHROMEOS_EXPORT extern const char kSharedProfilePath[];
|
| -
|
| // Add default devices, services and profiles. This works only if
|
| // DBusThreadManager was initialized with the FakeShill*Clients.
|
| void SetupDefaultEnvironment();
|
|
|
| -std::string DevicePathForType(const std::string& type);
|
| -
|
| -// Returns true when stub portalled wifi is enabled and it's service
|
| -// path equals to |path|.
|
| -CHROMEOS_EXPORT bool IsStubPortalledWifiEnabled(const std::string& path);
|
| -
|
| } // namespace shill_stub_helper
|
| } // namespace chromeos
|
|
|
|
|