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

Unified Diff: chromeos/network/onc/mock_certificate_importer.h

Issue 547553005: Make ONCCertificateImporter async. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nss_util_deadcode
Patch Set: Simplified NSSCertDatabase creation in unit test. Created 6 years, 3 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/onc/mock_certificate_importer.h
diff --git a/chromeos/network/onc/mock_certificate_importer.h b/chromeos/network/onc/mock_certificate_importer.h
deleted file mode 100644
index 723cd9d5818c200347940382e5aae66c6bac3b86..0000000000000000000000000000000000000000
--- a/chromeos/network/onc/mock_certificate_importer.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2013 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_ONC_MOCK_CERTIFICATE_IMPORTER_H_
-#define CHROMEOS_NETWORK_ONC_MOCK_CERTIFICATE_IMPORTER_H_
-
-#include "base/basictypes.h"
-#include "base/values.h"
-#include "chromeos/chromeos_export.h"
-#include "chromeos/network/onc/onc_certificate_importer.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace chromeos {
-namespace onc {
-
-class CHROMEOS_EXPORT MockCertificateImporter : public CertificateImporter {
- public:
- MockCertificateImporter();
- virtual ~MockCertificateImporter();
- MOCK_METHOD3(ImportCertificates, bool(const base::ListValue&,
- ::onc::ONCSource,
- net::CertificateList*));
- private:
- DISALLOW_COPY_AND_ASSIGN(MockCertificateImporter);
-};
-
-} // namespace onc
-} // namespace chromeos
-
-#endif // CHROMEOS_NETWORK_ONC_MOCK_CERTIFICATE_IMPORTER_H_
Joao da Silva 2014/09/15 12:38:24 The file is marked as "M" instead of "D" by rietve
pneubeck (no reviews) 2014/09/17 12:44:21 Acknowledged.

Powered by Google App Engine
This is Rietveld 408576698