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

Unified Diff: chrome/utility/wifi/wifi_service.h

Issue 27722003: Windows-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed feature platforms to 'win' and 'mac' to match Platforms from model.py Created 7 years, 2 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
« no previous file with comments | « chrome/utility/wifi/DEPS ('k') | chrome/utility/wifi/wifi_service_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/wifi/wifi_service.h
diff --git a/chrome/utility/wifi/wifi_service.h b/chrome/utility/wifi/wifi_service.h
index f743786428aaf45231b7ccb2ca454d090f3c699e..f22a21ea239ef0fb79d78d847838894c35952b38 100644
--- a/chrome/utility/wifi/wifi_service.h
+++ b/chrome/utility/wifi/wifi_service.h
@@ -85,6 +85,12 @@ class WiFiService {
virtual ~WiFiService() {}
+ // Initialize WiFiService, return |true| if successful.
+ virtual bool Initialize() = 0;
+
+ // UnInitialize WiFiService.
+ virtual void UnInitialize() = 0;
+
// Get Properties of network identified by |network_guid|. Run |callback| on
// success, |error_callback| on failure.
virtual void GetProperties(const std::string& network_guid,
« no previous file with comments | « chrome/utility/wifi/DEPS ('k') | chrome/utility/wifi/wifi_service_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698