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 140f7d89bbfca07e233745042652846a65865237..e8938951ef53e8dda141f9b21b876ca9a3d0c427 100644 |
--- a/chromeos/network/mock_managed_network_configuration_handler.h |
+++ b/chromeos/network/mock_managed_network_configuration_handler.h |
@@ -50,6 +50,11 @@ class CHROMEOS_EXPORT MockManagedNetworkConfigurationHandler |
void(const std::string& service_path, |
const base::Closure& callback, |
const network_handler::ErrorCallback& error_callback)); |
+ MOCK_CONST_METHOD3( |
+ RemoveConfigurationFromCurrentProfile, |
+ void(const std::string& service_path, |
+ const base::Closure& callback, |
+ const network_handler::ErrorCallback& error_callback)); |
MOCK_METHOD4(SetPolicy, |
void(::onc::ONCSource onc_source, |
const std::string& userhash, |