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

Unified Diff: components/wifi/fake_wifi_service.cc

Issue 68503019: Windows-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Win64 compilation error. Created 7 years, 1 month 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
« no previous file with comments | « components/wifi.gypi ('k') | components/wifi/wifi_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/fake_wifi_service.cc
diff --git a/components/wifi/fake_wifi_service.cc b/components/wifi/fake_wifi_service.cc
index 90902ed59b94f030adb4d6c6ee299ef854a6ab2b..e8c2372dee09c2a44c11554058b38c3b54135856 100644
--- a/components/wifi/fake_wifi_service.cc
+++ b/components/wifi/fake_wifi_service.cc
@@ -81,6 +81,11 @@ class FakeWiFiService : public WiFiService {
}
}
+ virtual void Initialize(
+ scoped_refptr<base::SequencedTaskRunner> task_runner) OVERRIDE {}
+
+ virtual void UnInitialize() OVERRIDE {}
+
virtual void GetProperties(const std::string& network_guid,
DictionaryValue* properties,
std::string* error) OVERRIDE {
@@ -203,6 +208,5 @@ class FakeWiFiService : public WiFiService {
};
WiFiService* WiFiService::CreateForTest() { return new FakeWiFiService(); }
-WiFiService* WiFiService::Create() { return new FakeWiFiService(); }
} // namespace wifi
« no previous file with comments | « components/wifi.gypi ('k') | components/wifi/wifi_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698