| Index: chromeos/dbus/shill_profile_client_stub.cc
|
| diff --git a/chromeos/dbus/shill_profile_client_stub.cc b/chromeos/dbus/shill_profile_client_stub.cc
|
| index cfa97b7772035c6e1d8432e6ef53b3be3e1dbe28..2f6d4310aa889fb97f2f8cc219fcff74708738d3 100644
|
| --- a/chromeos/dbus/shill_profile_client_stub.cc
|
| +++ b/chromeos/dbus/shill_profile_client_stub.cc
|
| @@ -36,9 +36,6 @@ void PassDictionary(
|
|
|
| } // namespace
|
|
|
| -// static
|
| -const char ShillProfileClientStub::kSharedProfilePath[] = "/profile/default";
|
| -
|
| ShillProfileClientStub::ShillProfileClientStub() {
|
| }
|
|
|
| @@ -47,7 +44,6 @@ ShillProfileClientStub::~ShillProfileClientStub() {
|
| }
|
|
|
| void ShillProfileClientStub::Init(dbus::Bus* bus) {
|
| - AddProfile(kSharedProfilePath, std::string());
|
| }
|
|
|
| void ShillProfileClientStub::AddPropertyChangedObserver(
|
|
|