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

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: 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 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();

Powered by Google App Engine
This is Rietveld 408576698