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

Unified Diff: chromeos/network/mock_managed_network_configuration_handler.h

Issue 2754903002: Prevent networkingPrivate.forgetNetwork from removing shared configs (Closed)
Patch Set: . Created 3 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 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,

Powered by Google App Engine
This is Rietveld 408576698