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

Unified Diff: chromeos/network/managed_network_configuration_handler_impl.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/managed_network_configuration_handler_impl.h
diff --git a/chromeos/network/managed_network_configuration_handler_impl.h b/chromeos/network/managed_network_configuration_handler_impl.h
index 78b29190d41b75a2884e075a4de8166597843642..3a45d745cac120c9cbd15c0e73a4a24b51573532 100644
--- a/chromeos/network/managed_network_configuration_handler_impl.h
+++ b/chromeos/network/managed_network_configuration_handler_impl.h
@@ -70,6 +70,11 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
const base::Closure& callback,
const network_handler::ErrorCallback& error_callback) const override;
+ void RemoveConfigurationFromCurrentProfile(
+ const std::string& service_path,
+ const base::Closure& callback,
+ const network_handler::ErrorCallback& error_callback) const override;
+
void SetPolicy(onc::ONCSource onc_source,
const std::string& userhash,
const base::ListValue& network_configs_onc,

Powered by Google App Engine
This is Rietveld 408576698