Index: chrome/browser/chromeos/cros/certificate_pattern_matcher.h |
diff --git a/chrome/browser/chromeos/cros/certificate_pattern_matcher.h b/chrome/browser/chromeos/cros/certificate_pattern_matcher.h |
deleted file mode 100644 |
index 941260672755ce8f180f65c5dcf88be5ab9850ee..0000000000000000000000000000000000000000 |
--- a/chrome/browser/chromeos/cros/certificate_pattern_matcher.h |
+++ /dev/null |
@@ -1,25 +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 CHROME_BROWSER_CHROMEOS_CROS_CERTIFICATE_PATTERN_MATCHER_H_ |
-#define CHROME_BROWSER_CHROMEOS_CROS_CERTIFICATE_PATTERN_MATCHER_H_ |
- |
-#include "base/memory/ref_counted.h" |
- |
-namespace net { |
-class X509Certificate; |
-} |
- |
-namespace chromeos { |
- |
-class CertificatePattern; |
- |
-// Fetches the matching certificate that has the latest valid start date. |
-// Returns a NULL refptr if there is no such match. |
-scoped_refptr<net::X509Certificate> GetCertificateMatch( |
- const CertificatePattern& pattern); |
- |
-} // namespace chromeos |
- |
-#endif // CHROME_BROWSER_CHROMEOS_CROS_CERTIFICATE_PATTERN_MATCHER_H_ |