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

Unified Diff: net/tools/ct_mapper/write_results.h

Issue 1238413004: Framework for iterating over certificates in CT database from Chromium code. (not for review) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make samples page work Created 3 years, 6 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 | « net/tools/ct_mapper/visitor.h ('k') | net/tools/ct_mapper/write_results.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/ct_mapper/write_results.h
diff --git a/net/tools/ct_mapper/write_results.h b/net/tools/ct_mapper/write_results.h
new file mode 100644
index 0000000000000000000000000000000000000000..753705ba79b823075da3bf7a96d716121b4fd147
--- /dev/null
+++ b/net/tools/ct_mapper/write_results.h
@@ -0,0 +1,19 @@
+// Copyright 2015 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 NET_TOOLS_CT_MAPPER_WRITE_RESULTS_H_
+#define NET_TOOLS_CT_MAPPER_WRITE_RESULTS_H_
+
+#include "base/files/file_path.h"
+
+namespace net {
+
+class Metrics;
+
+void WriteResultsToDirectory(const Metrics& metrics,
+ const base::FilePath& dir_path);
+
+} // namespace net
+
+#endif // NET_TOOLS_CT_MAPPER_WRITE_RESULTS_H_
« no previous file with comments | « net/tools/ct_mapper/visitor.h ('k') | net/tools/ct_mapper/write_results.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698