Chromium Code Reviews| Index: chromeos/dbus/shill_service_client_stub.h |
| diff --git a/chromeos/dbus/shill_service_client_stub.h b/chromeos/dbus/shill_service_client_stub.h |
| index c6c326d150ae1f244287a802d01b789616eaa9e3..1e79bae7a2a0acb2f0c09df25cb896c8e8dab376 100644 |
| --- a/chromeos/dbus/shill_service_client_stub.h |
| +++ b/chromeos/dbus/shill_service_client_stub.h |
| @@ -20,6 +20,9 @@ namespace chromeos { |
| class ShillServiceClientStub : public ShillServiceClient, |
| public ShillServiceClient::TestInterface { |
| public: |
| + static const char kStubPortalledWifiName[]; |
| + static const char kStubPortalledWifiPath[]; |
|
oshima
2013/08/06 21:00:02
Do you need to export both?
I'd also recommend to
ygorshenin1
2013/08/07 09:00:30
Done.
|
| + |
| ShillServiceClientStub(); |
| virtual ~ShillServiceClientStub(); |