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

Unified Diff: net/tools/quic/synchronous_host_resolver.h

Issue 1025133002: Revert of Make the simple QUIC client able to resolve hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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/tools/quic/quic_simple_client_bin.cc ('k') | net/tools/quic/synchronous_host_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/synchronous_host_resolver.h
diff --git a/net/tools/quic/synchronous_host_resolver.h b/net/tools/quic/synchronous_host_resolver.h
deleted file mode 100644
index e5373ec8a586c720282c60966999a5f978f036f7..0000000000000000000000000000000000000000
--- a/net/tools/quic/synchronous_host_resolver.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 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.
-//
-// A simple class for resolving hostname synchronously.
-
-#ifndef NET_TOOLS_QUIC_SYNCHRONOUS_HOST_RESOLVER_H_
-#define NET_TOOLS_QUIC_SYNCHRONOUS_HOST_RESOLVER_H_
-
-#include "net/base/address_list.h"
-#include "net/base/net_export.h"
-#include "net/dns/host_resolver.h"
-
-namespace net {
-
-namespace tools {
-
-class NET_EXPORT_PRIVATE SynchronousHostResolver {
- public:
- static int Resolve(const std::string& host, AddressList* addresses);
-};
-
-} // namespace tools
-} // namespace net
-
-#endif // NET_TOOLS_QUIC_SYNCHRONOUS_HOST_RESOLVER_H_
« no previous file with comments | « net/tools/quic/quic_simple_client_bin.cc ('k') | net/tools/quic/synchronous_host_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698