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

Unified Diff: chromeos/network/certificate_pattern_matcher.h

Issue 22588002: Refactor the client certificate code in chromeos/network/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 4 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/chromeos.gyp ('k') | chromeos/network/certificate_pattern_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/certificate_pattern_matcher.h
diff --git a/chromeos/network/certificate_pattern_matcher.h b/chromeos/network/certificate_pattern_matcher.h
deleted file mode 100644
index a79a548d06abf8fe237ab894f33fe1bf9399c4df..0000000000000000000000000000000000000000
--- a/chromeos/network/certificate_pattern_matcher.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROMEOS_NETWORK_CERTIFICATE_PATTERN_MATCHER_H_
-#define CHROMEOS_NETWORK_CERTIFICATE_PATTERN_MATCHER_H_
-
-#include "base/memory/ref_counted.h"
-#include "chromeos/chromeos_export.h"
-
-namespace net {
-class X509Certificate;
-}
-
-namespace chromeos {
-
-class CertificatePattern;
-
-namespace certificate_pattern {
-
-// Fetches the matching certificate that has the latest valid start date.
-// Returns a NULL refptr if there is no such match.
-CHROMEOS_EXPORT scoped_refptr<net::X509Certificate> GetCertificateMatch(
- const CertificatePattern& pattern);
-
-} // namespace certificate_pattern
-
-} // namespace chromeos
-
-#endif // CHROMEOS_NETWORK_CERTIFICATE_PATTERN_MATCHER_H_
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/network/certificate_pattern_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698