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

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 3019015: Land for njw:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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: chrome/browser/chromeos/cros/network_library.h
===================================================================
--- chrome/browser/chromeos/cros/network_library.h (revision 52921)
+++ chrome/browser/chromeos/cros/network_library.h (working copy)
@@ -298,6 +298,9 @@
// TODO(joth): Add GetCellTowers to retrieve a CellTowerVector.
+ // Force an update of the system info.
+ virtual void UpdateSystemInfo() = 0;
+
// Attempt to connect to the preferred network if available and it is set up.
// This call will return true if connection is started.
// If the preferred network is not available or not setup, returns false.
@@ -477,6 +480,8 @@
virtual NetworkIPConfigVector GetIPConfigs(const std::string& device_path);
virtual std::string GetHtmlInfo(int refresh);
+ virtual void UpdateSystemInfo();
+
private:
// This method is called when there's a change in network status.
@@ -500,9 +505,6 @@
// monitoring of network changes.
void Init();
- // Force an update of the system info.
- void UpdateSystemInfo();
-
// Returns the preferred wifi network.
WifiNetwork* GetPreferredNetwork();
« no previous file with comments | « chrome/browser/chromeos/cros/mock_network_library.h ('k') | chrome/browser/chromeos/cros/network_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698