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

Unified Diff: chrome/browser/io_thread.h

Issue 341653002: Remove vestigal SDCH stuff in IOThread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove class forward decl. Created 6 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
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 0c9219e7a2d4a74b657696c34e395ac91ae6dd43..7b3e2032c4b4115880a446bb5133652d41359b4e 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -56,7 +56,6 @@ class NetworkDelegate;
class ServerBoundCertService;
class ProxyConfigService;
class ProxyService;
-class SdchManager;
class SSLConfigService;
class TransportSecurityState;
class URLRequestContext;
@@ -368,8 +367,6 @@ class IOThread : public content::BrowserThreadDelegate {
scoped_refptr<net::URLRequestContextGetter>
system_url_request_context_getter_;
- net::SdchManager* sdch_manager_;
-
// True if SPDY is disabled by policy.
bool is_spdy_disabled_by_policy_;
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698