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

Side by Side Diff: chrome/browser/net/chrome_url_request_context.h

Issue 353023: Remove the db_loop_ member variable which is a unused following r30163.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « no previous file | chrome/browser/net/chrome_url_request_context.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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_NET_CHROME_URL_REQUEST_CONTEXT_H_ 5 #ifndef CHROME_BROWSER_NET_CHROME_URL_REQUEST_CONTEXT_H_
6 #define CHROME_BROWSER_NET_CHROME_URL_REQUEST_CONTEXT_H_ 6 #define CHROME_BROWSER_NET_CHROME_URL_REQUEST_CONTEXT_H_
7 7
8 #include "base/file_path.h" 8 #include "base/file_path.h"
9 #include "chrome/browser/net/url_request_context_getter.h" 9 #include "chrome/browser/net/url_request_context_getter.h"
10 #include "chrome/common/appcache/chrome_appcache_service.h" 10 #include "chrome/common/appcache/chrome_appcache_service.h"
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 std::string referrer_charset_; 309 std::string referrer_charset_;
310 net::CookiePolicy::Type cookie_policy_type_; 310 net::CookiePolicy::Type cookie_policy_type_;
311 ChromeURLRequestContext::ExtensionPaths extension_paths_; 311 ChromeURLRequestContext::ExtensionPaths extension_paths_;
312 FilePath user_script_dir_path_; 312 FilePath user_script_dir_path_;
313 Blacklist* blacklist_; 313 Blacklist* blacklist_;
314 net::StrictTransportSecurityState* strict_transport_security_state_; 314 net::StrictTransportSecurityState* strict_transport_security_state_;
315 scoped_refptr<net::SSLConfigService> ssl_config_service_; 315 scoped_refptr<net::SSLConfigService> ssl_config_service_;
316 316
317 FilePath profile_dir_path_; 317 FilePath profile_dir_path_;
318 318
319 // Values extracted from the browser process.
320 MessageLoop* db_loop_;
321
322 DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContextFactory); 319 DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContextFactory);
323 }; 320 };
324 321
325 // Creates a proxy configuration using the overrides specified on the command 322 // Creates a proxy configuration using the overrides specified on the command
326 // line. Returns NULL if the system defaults should be used instead. 323 // line. Returns NULL if the system defaults should be used instead.
327 net::ProxyConfig* CreateProxyConfig(const CommandLine& command_line); 324 net::ProxyConfig* CreateProxyConfig(const CommandLine& command_line);
328 325
329 #endif // CHROME_BROWSER_NET_CHROME_URL_REQUEST_CONTEXT_H_ 326 #endif // CHROME_BROWSER_NET_CHROME_URL_REQUEST_CONTEXT_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/chrome_url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698