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

Unified Diff: net/http/http_network_layer.h

Issue 17635: Remove HttpTransactionWinHttp and the --winhttp command-line... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/http/cert_status_cache.cc ('k') | net/http/http_network_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_layer.h
===================================================================
--- net/http/http_network_layer.h (revision 7967)
+++ net/http/http_network_layer.h (working copy)
@@ -25,21 +25,12 @@
// and allows other implementations to be substituted.
static HttpTransactionFactory* CreateFactory(ProxyService* proxy_service);
-#if defined(OS_WIN)
- // If value is true, then WinHTTP will be used.
- static void UseWinHttp(bool value);
-#endif
-
// HttpTransactionFactory methods:
virtual HttpTransaction* CreateTransaction();
virtual HttpCache* GetCache();
virtual void Suspend(bool suspend);
private:
-#if defined(OS_WIN)
- static bool use_winhttp_;
-#endif
-
// The proxy service being used for the session.
ProxyService* proxy_service_;
« no previous file with comments | « net/http/cert_status_cache.cc ('k') | net/http/http_network_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698