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

Side by Side Diff: chrome/browser/io_thread.h

Issue 2866026: Rename Dns prefetching files to Predictor files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/gtk/options/advanced_contents_gtk.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_IO_THREAD_H_ 5 #ifndef CHROME_BROWSER_IO_THREAD_H_
6 #define CHROME_BROWSER_IO_THREAD_H_ 6 #define CHROME_BROWSER_IO_THREAD_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/ref_counted.h" 11 #include "base/ref_counted.h"
12 #include "base/scoped_ptr.h" 12 #include "base/scoped_ptr.h"
13 #include "base/task.h" 13 #include "base/task.h"
14 #include "chrome/browser/browser_process_sub_thread.h" 14 #include "chrome/browser/browser_process_sub_thread.h"
15 #include "chrome/browser/net/chrome_network_delegate.h" 15 #include "chrome/browser/net/chrome_network_delegate.h"
16 #include "chrome/common/net/dns.h" 16 #include "chrome/common/net/predictor_common.h"
17 #include "chrome/browser/net/connect_interceptor.h" 17 #include "chrome/browser/net/connect_interceptor.h"
18 #include "net/base/host_resolver.h" 18 #include "net/base/host_resolver.h"
19 19
20 class ChromeNetLog; 20 class ChromeNetLog;
21 class ListValue; 21 class ListValue;
22 22
23 namespace chrome_browser_net { 23 namespace chrome_browser_net {
24 class Predictor; 24 class Predictor;
25 } // namespace chrome_browser_net 25 } // namespace chrome_browser_net
26 26
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 // these observers would be used accidentally after we have begun to tear 107 // these observers would be used accidentally after we have begun to tear
108 // down. 108 // down.
109 chrome_browser_net::ConnectInterceptor* speculative_interceptor_; 109 chrome_browser_net::ConnectInterceptor* speculative_interceptor_;
110 net::HostResolver::Observer* prefetch_observer_; 110 net::HostResolver::Observer* prefetch_observer_;
111 chrome_browser_net::Predictor* predictor_; 111 chrome_browser_net::Predictor* predictor_;
112 112
113 DISALLOW_COPY_AND_ASSIGN(IOThread); 113 DISALLOW_COPY_AND_ASSIGN(IOThread);
114 }; 114 };
115 115
116 #endif // CHROME_BROWSER_IO_THREAD_H_ 116 #endif // CHROME_BROWSER_IO_THREAD_H_
OLDNEW
« no previous file with comments | « chrome/browser/gtk/options/advanced_contents_gtk.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698