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

Unified Diff: chromeos/network/mock_managed_network_configuration_handler.h

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
Index: chromeos/network/mock_managed_network_configuration_handler.h
diff --git a/chromeos/network/mock_managed_network_configuration_handler.h b/chromeos/network/mock_managed_network_configuration_handler.h
index e8938951ef53e8dda141f9b21b876ca9a3d0c427..038509f6ceb3fe0eb2f894480e857cb3aef56705 100644
--- a/chromeos/network/mock_managed_network_configuration_handler.h
+++ b/chromeos/network/mock_managed_network_configuration_handler.h
@@ -70,10 +70,11 @@ class CHROMEOS_EXPORT MockManagedNetworkConfigurationHandler
const GuidToPolicyMap*(const std::string& userhash));
MOCK_CONST_METHOD1(GetGlobalConfigFromPolicy,
const base::DictionaryValue*(const std::string& userhash));
- MOCK_CONST_METHOD2(
+ MOCK_CONST_METHOD3(
FindPolicyByGuidAndProfile,
const base::DictionaryValue*(const std::string& guid,
- const std::string& profile_path));
+ const std::string& profile_path,
+ ::onc::ONCSource* onc_source));
private:
DISALLOW_COPY_AND_ASSIGN(MockManagedNetworkConfigurationHandler);
« no previous file with comments | « chromeos/network/managed_network_configuration_handler_impl.cc ('k') | chromeos/network/network_cert_migrator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698