Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Unified Diff: chromeos/dbus/shill_service_client_stub.h

Issue 22364005: Added stub portalled wifi network. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix, sync. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698