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

Unified Diff: chrome/browser/chromeos/cros/cert_library.cc

Issue 10826225: Clean-up inline members of nested classes (chrome/browser/chromeos/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgotten files Created 8 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 | « chrome/browser/chromeos/cros/cert_library.h ('k') | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/cert_library.cc
diff --git a/chrome/browser/chromeos/cros/cert_library.cc b/chrome/browser/chromeos/cros/cert_library.cc
index 4ab9810dd255041974a473e759acd28f101172bf..57b426e3043fe0f07d8597001b9091d9232a01ef 100644
--- a/chrome/browser/chromeos/cros/cert_library.cc
+++ b/chrome/browser/chromeos/cros/cert_library.cc
@@ -535,6 +535,12 @@ CertLibrary* CertLibrary::GetImpl(bool stub) {
//////////////////////////////////////////////////////////////////////////////
+CertLibrary::CertList::CertList(CertLibrary* library)
+ : cert_library_(library) {
+}
+
+CertLibrary::CertList::~CertList() {}
+
net::X509Certificate* CertLibrary::CertList::GetCertificateAt(int index) const {
CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
DCHECK_GE(index, 0);
« no previous file with comments | « chrome/browser/chromeos/cros/cert_library.h ('k') | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698