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

Unified Diff: components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc

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: components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc
diff --git a/components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc b/components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc
index eb8d347f6ba790c3780eca4ecd436ae506a028ee..1f142a16ce3a0e9b75373af0cff46722e334fd42 100644
--- a/components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc
+++ b/components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc
@@ -74,6 +74,12 @@ class FakeManagedNetworkConfigurationHandler
const ErrorCallback& error_callback) const override {
NOTIMPLEMENTED();
}
+ void RemoveConfigurationFromCurrentProfile(
+ const std::string& service_path,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) const override {
+ NOTIMPLEMENTED();
+ }
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