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

Unified Diff: chromeos/network/managed_network_configuration_handler.h

Issue 2828713002: Enable client certificate patterns in device ONC policy (Closed)
Patch Set: Rebase. 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/managed_network_configuration_handler.h
diff --git a/chromeos/network/managed_network_configuration_handler.h b/chromeos/network/managed_network_configuration_handler.h
index 448ac0f897a2b30382f8442eba716fd3f4cd6927..27fa56d6c62fb86bb3606e851d5e78fbe1655dad 100644
--- a/chromeos/network/managed_network_configuration_handler.h
+++ b/chromeos/network/managed_network_configuration_handler.h
@@ -156,10 +156,12 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandler {
const std::string& userhash) const = 0;
// Returns the policy with |guid| for profile |profile_path|. If such
- // doesn't exist, returns NULL.
+ // doesn't exist, returns NULL. Sets |onc_source| accordingly if it is not
+ // nullptr.
virtual const base::DictionaryValue* FindPolicyByGuidAndProfile(
const std::string& guid,
- const std::string& profile_path) const = 0;
+ const std::string& profile_path,
+ ::onc::ONCSource* onc_source) const = 0;
private:
DISALLOW_ASSIGN(ManagedNetworkConfigurationHandler);

Powered by Google App Engine
This is Rietveld 408576698