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

Unified Diff: chromeos/network/onc/onc_validator.h

Issue 2828713002: Enable client certificate patterns in device ONC policy (Closed)
Patch Set: Use BindOnce, PostTaskWithTraitsAndReplyWithResult. 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
Index: chromeos/network/onc/onc_validator.h
diff --git a/chromeos/network/onc/onc_validator.h b/chromeos/network/onc/onc_validator.h
index 3109590f7a65af24d4a12b023b00720b88db941c..0610a6bf9244a7030107bafda9b43aa9ab4d0713 100644
--- a/chromeos/network/onc/onc_validator.h
+++ b/chromeos/network/onc/onc_validator.h
@@ -207,10 +207,6 @@ class CHROMEOS_EXPORT Validator : public Mapper {
const std::string& kGUID,
std::set<std::string> *guids);
- // Prohibit certificate patterns for device policy ONC so that an unmanaged
- // user won't have a certificate presented for them involuntarily.
- bool IsCertPatternInDevicePolicy(const std::string& cert_type);
-
// Prohibit global network configuration in user ONC imports.
bool IsGlobalNetworkConfigInUserImport(
const base::DictionaryValue& onc_object);

Powered by Google App Engine
This is Rietveld 408576698