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

Unified Diff: components/wifi/fake_wifi_service.h

Issue 226883002: WiFi client for GCD bootstrapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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: components/wifi/fake_wifi_service.h
diff --git a/components/wifi/fake_wifi_service.h b/components/wifi/fake_wifi_service.h
index fba1f522fe2a6f2316bd7b33a5f42f8457006551..41695c219e1f9aca7ee7ed077fa4b4cac8f5f0c2 100644
--- a/components/wifi/fake_wifi_service.h
+++ b/components/wifi/fake_wifi_service.h
@@ -7,6 +7,7 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
+#include "components/wifi/network_properties.h"
#include "components/wifi/wifi_service.h"
namespace wifi {
@@ -38,7 +39,8 @@ class FakeWiFiService : public WiFiService {
std::string* network_guid,
std::string* error) OVERRIDE;
virtual void GetVisibleNetworks(const std::string& network_type,
- base::ListValue* network_list) OVERRIDE;
+ base::ListValue* network_list,
+ bool include_details) OVERRIDE;
virtual void RequestNetworkScan() OVERRIDE;
virtual void StartConnect(const std::string& network_guid,
std::string* error) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698