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

Unified Diff: chrome/browser/net/dns_probe_test_util.h

Issue 19777002: Revert 211950 "Display DNS probe results." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1568/src/
Patch Set: 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 | « chrome/browser/net/dns_probe_service_unittest.cc ('k') | chrome/browser/net/dns_probe_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/dns_probe_test_util.h
===================================================================
--- chrome/browser/net/dns_probe_test_util.h (revision 212348)
+++ chrome/browser/net/dns_probe_test_util.h (working copy)
@@ -1,21 +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 CHROME_BROWSER_NET_DNS_PROBE_TEST_UTIL_H_
-#define CHROME_BROWSER_NET_DNS_PROBE_TEST_UTIL_H_
-
-#include "base/memory/scoped_ptr.h"
-#include "net/dns/dns_client.h"
-#include "net/dns/dns_test_util.h"
-
-namespace chrome_browser_net {
-
-// Creates a mock DNS client with a single rule for the known-good query
-// (currently google.com) that returns |result|.
-scoped_ptr<net::DnsClient> CreateMockDnsClientForProbes(
- net::MockDnsClientRule::Result result);
-
-} // namespace chrome_browser_net
-
-#endif // CHROME_BROWSER_NET_DNS_PROBE_TEST_UTIL_H_
« no previous file with comments | « chrome/browser/net/dns_probe_service_unittest.cc ('k') | chrome/browser/net/dns_probe_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698