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

Unified Diff: chromeos/network/mock_managed_network_configuration_handler.h

Issue 1028243007: Call Device.SetCarrier when the ONC Carrier property is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onc_clang
Patch Set: . Created 5 years, 9 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: chromeos/network/mock_managed_network_configuration_handler.h
diff --git a/chromeos/network/mock_managed_network_configuration_handler.h b/chromeos/network/mock_managed_network_configuration_handler.h
index 8600eaa2c2efc03afeff980db01d4bba40a5601d..0ba3579e94609e887456c0a067247b305943ea4e 100644
--- a/chromeos/network/mock_managed_network_configuration_handler.h
+++ b/chromeos/network/mock_managed_network_configuration_handler.h
@@ -33,12 +33,11 @@ class CHROMEOS_EXPORT MockManagedNetworkConfigurationHandler
const std::string& service_path,
const network_handler::DictionaryResultCallback& callback,
const network_handler::ErrorCallback& error_callback));
- MOCK_CONST_METHOD4(
- SetProperties,
- void(const std::string& service_path,
- const base::DictionaryValue& user_settings,
- const base::Closure& callback,
- const network_handler::ErrorCallback& error_callback));
+ MOCK_METHOD4(SetProperties,
+ void(const std::string& service_path,
+ const base::DictionaryValue& user_settings,
+ const base::Closure& callback,
+ const network_handler::ErrorCallback& error_callback));
MOCK_CONST_METHOD4(
CreateConfiguration,
void(const std::string& userhash,

Powered by Google App Engine
This is Rietveld 408576698