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..71cf22486b97f2d1282e2f2d9e2c7a472519735b 100644 |
--- a/chromeos/dbus/shill_service_client_stub.h |
+++ b/chromeos/dbus/shill_service_client_stub.h |
@@ -11,6 +11,7 @@ |
#include "base/basictypes.h" |
#include "base/callback.h" |
#include "base/memory/weak_ptr.h" |
+#include "chromeos/chromeos_export.h" |
#include "chromeos/dbus/shill_service_client.h" |
namespace chromeos { |
@@ -23,6 +24,11 @@ class ShillServiceClientStub : public ShillServiceClient, |
ShillServiceClientStub(); |
virtual ~ShillServiceClientStub(); |
+ // Returns true when stub portalled wifi is enabled and it's service |
+ // path equals to |path|. |
+ CHROMEOS_EXPORT static bool IsStubPortalledWifiEnabled( |
+ const std::string& path); |
+ |
// ShillServiceClient overrides. |
virtual void AddPropertyChangedObserver( |
const dbus::ObjectPath& service_path, |