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

Unified Diff: net/cert/ct_log_response_parser.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/cert/ct_known_logs_static.h ('k') | net/cert/ct_log_response_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_log_response_parser.h
diff --git a/net/cert/ct_log_response_parser.h b/net/cert/ct_log_response_parser.h
deleted file mode 100644
index e458670324f9c488955000e0ad8a7dabf42cd89c..0000000000000000000000000000000000000000
--- a/net/cert/ct_log_response_parser.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2014 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_CERT_CT_LOG_RESPONSE_PARSER_H_
-#define NET_CERT_CT_LOG_RESPONSE_PARSER_H_
-
-#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
-
-namespace net {
-
-namespace ct {
-struct SignedTreeHead;
-
-// Fills in |signed_tree_head| from its JSON representation in
-// |json_signed_tree_head|.
-// Returns true and fills in |signed_tree_head| if all fields are present and
-// valid.Otherwise, returns false and does not modify |signed_tree_head|.
-NET_EXPORT bool FillSignedTreeHead(
- const base::StringPiece& json_signed_tree_head,
- SignedTreeHead* signed_tree_head);
-
-} // namespace ct
-
-} // namespace net
-#endif // NET_CERT_CT_LOG_RESPONSE_PARSER_H_
« no previous file with comments | « net/cert/ct_known_logs_static.h ('k') | net/cert/ct_log_response_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698