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

Unified Diff: chrome/browser/io_thread.h

Issue 13270005: Display DNS probe results. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ...actually add the unittests Created 7 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
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 2dee7fe871d9095f204edb23dd304b07cd91cf93..9741ea14318361f88d5bd5c8501e09c7a04e0e33 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -22,13 +22,13 @@
class ChromeNetLog;
class CommandLine;
+class DnsProbeService;
class PrefProxyConfigTrackerImpl;
class PrefService;
class PrefRegistrySimple;
class SystemURLRequestContextGetter;
namespace chrome_browser_net {
-class DnsProbeService;
class HttpPipeliningCompatibilityClient;
class LoadTimeStats;
}
@@ -169,7 +169,7 @@ class IOThread : public content::BrowserThreadDelegate {
// NetErrorTabHelper uses |dns_probe_service| to send DNS probes when a
// main frame load fails with a DNS error in order to provide more useful
// information to the renderer so it can show a more specific error page.
- scoped_ptr<chrome_browser_net::DnsProbeService> dns_probe_service;
+ scoped_ptr<DnsProbeService> dns_probe_service;
scoped_ptr<net::NetworkTimeNotifier> network_time_notifier;
};

Powered by Google App Engine
This is Rietveld 408576698