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

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

Issue 2817036: Push change for stevenjb:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | « .gitignore ('k') | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/mock_network_library.h
===================================================================
--- chrome/browser/chromeos/cros/mock_network_library.h (revision 50505)
+++ chrome/browser/chromeos/cros/mock_network_library.h (working copy)
@@ -41,6 +41,11 @@
MOCK_CONST_METHOD0(remembered_cellular_networks,
const CellularNetworkVector&(void));
+ MOCK_CONST_METHOD2(FindWifiNetworkByPath, bool(const std::string&,
+ WifiNetwork*));
+ MOCK_CONST_METHOD2(FindCellularNetworkByPath, bool(const std::string&,
+ CellularNetwork*));
+
MOCK_METHOD0(RequestWifiScan, void(void));
MOCK_METHOD0(ConnectToPreferredNetworkIfAvailable, bool(void));
MOCK_METHOD0(PreferredNetworkConnected, bool(void));
« no previous file with comments | « .gitignore ('k') | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698