| 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 6772af3dfd786c4d3b0b0085e72fec65fa431cb9..4ab2dbe4409d45ba2c44c65e21eb5de552b9fe8f 100644
|
| --- a/chromeos/dbus/shill_service_client_stub.h
|
| +++ b/chromeos/dbus/shill_service_client_stub.h
|
| @@ -23,6 +23,10 @@ class ShillServiceClientStub : public ShillServiceClient,
|
| ShillServiceClientStub();
|
| virtual ~ShillServiceClientStub();
|
|
|
| + // Returns true when stub portalled wifi is enabled and it's service
|
| + // path equals to |path|.
|
| + static bool IsStubPortalledWifiEnabled(const std::string& path);
|
| +
|
| // ShillServiceClient overrides.
|
| virtual void AddPropertyChangedObserver(
|
| const dbus::ObjectPath& service_path,
|
|
|