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

Unified Diff: components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc

Issue 2828713002: Enable client certificate patterns in device ONC policy (Closed)
Patch Set: Addressed comments - more DCHECKs, use PostTask..WithReply in client_cert_resolver.cc. Created 3 years, 8 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
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1f142a16ce3a0e9b75373af0cff46722e334fd42..882a83934fa3d293858626626648c7beb956cb0e 100644
--- a/components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc
+++ b/components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc
@@ -109,7 +109,8 @@ class FakeManagedNetworkConfigurationHandler
}
const base::DictionaryValue* FindPolicyByGuidAndProfile(
const std::string& guid,
- const std::string& profile_path) const override {
+ const std::string& profile_path,
+ ::onc::ONCSource* onc_source) const override {
NOTIMPLEMENTED();
return nullptr;
}
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698