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

Unified Diff: chromeos/network/mock_certificate_handler.h

Issue 20041002: Make CertificateHandler a proper interface of CertificateImporter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 5 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_handler.cc ('k') | chromeos/network/mock_certificate_handler.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
deleted file mode 100644
index 984aa182163ae3be394f5b1c1520593336cda96f..0000000000000000000000000000000000000000
--- a/chromeos/network/mock_certificate_handler.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 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_MOCK_CERTIFICATE_HANDLER_H_
-#define CHROMEOS_NETWORK_MOCK_CERTIFICATE_HANDLER_H_
-
-#include "base/values.h"
-#include "chromeos/chromeos_export.h"
-#include "chromeos/network/certificate_handler.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace chromeos {
-
-class CHROMEOS_EXPORT MockCertificateHandler : public CertificateHandler {
- public:
- MockCertificateHandler();
- virtual ~MockCertificateHandler();
- MOCK_METHOD3(ImportCertificates, bool(const base::ListValue&,
- onc::ONCSource,
- net::CertificateList*));
- private:
- DISALLOW_COPY_AND_ASSIGN(MockCertificateHandler);
-};
-
-} // namespace chromeos
-
-#endif // CHROMEOS_NETWORK_MOCK_CERTIFICATE_HANDLER_H_
« no previous file with comments | « chromeos/network/certificate_handler.cc ('k') | chromeos/network/mock_certificate_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698