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

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

Issue 7745018: Always enable roaming for cellular operators that don't work without it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments resolved Created 9 years, 4 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 | « no previous file | 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
diff --git a/chrome/browser/chromeos/cros/mock_network_library.h b/chrome/browser/chromeos/cros/mock_network_library.h
index 0e76c57c819051781f78958449e2a876a28b9f4d..240a2e7c18b54d6043ed27ca6aa3d1fdaf2b4d3d 100644
--- a/chrome/browser/chromeos/cros/mock_network_library.h
+++ b/chrome/browser/chromeos/cros/mock_network_library.h
@@ -93,6 +93,7 @@ class MockNetworkLibrary : public NetworkLibrary {
MOCK_METHOD0(RequestCellularScan, void());
MOCK_METHOD1(RequestCellularRegister, void(const std::string&));
MOCK_METHOD1(SetCellularDataRoamingAllowed, void(bool));
+ MOCK_METHOD0(IsCellularAlwaysInRoaming, bool());
MOCK_METHOD0(RequestNetworkScan, void(void));
MOCK_CONST_METHOD1(HasProfileType, bool(NetworkProfileType));
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698