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

Unified Diff: chromeos/network/mock_certificate_handler.h

Issue 16946002: Resolve certificate references in ONC by PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a unit test for the resolve function. Created 7 years, 6 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/network/certificate_pattern_matcher.cc ('k') | chromeos/network/network_ui_data_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/mock_certificate_handler.h
diff --git a/chromeos/network/mock_certificate_handler.h b/chromeos/network/mock_certificate_handler.h
index a73b7a2c75237b23af5210992ec9f71c557883eb..7efaacf79d2a06e50feeb32d40c3c059b0485575 100644
--- a/chromeos/network/mock_certificate_handler.h
+++ b/chromeos/network/mock_certificate_handler.h
@@ -16,13 +16,14 @@ class CHROMEOS_EXPORT MockCertificateHandler : public CertificateHandler {
public:
MockCertificateHandler();
virtual ~MockCertificateHandler();
- MOCK_METHOD3(ImportCertificates, bool(const base::ListValue&,
+ MOCK_METHOD4(ImportCertificates, bool(const base::ListValue&,
onc::ONCSource,
- net::CertificateList*));
+ net::CertificateList*,
+ CertsByGUID*));
private:
DISALLOW_COPY_AND_ASSIGN(MockCertificateHandler);
};
-} // chromeos
+} // namespace chromeos
#endif // CHROMEOS_NETWORK_MOCK_CERTIFICATE_HANDLER_H_
« no previous file with comments | « chromeos/network/certificate_pattern_matcher.cc ('k') | chromeos/network/network_ui_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698