From f9c8c7c73e3106e8f65bb58d45c8114f4c70b590 Mon Sep 17 00:00:00 2001 From: "eustas@chromium.org" Date: Thu, 31 Jul 2014 16:42:31 +0000 Subject: Remove ChromeURLRequestContext. This is step towards simplification of network configuration. Using plain URLRequestContext will improve interoperability - either content could create base URLRequestContext, or embedder may pass instance to content for configuration. BUG= Review URL: https://codereview.chromium.org/385123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286817 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/webui/url_data_manager_backend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/webui/url_data_manager_backend.cc') diff --git a/content/browser/webui/url_data_manager_backend.cc b/content/browser/webui/url_data_manager_backend.cc index 369a4e6..cda08bb 100644 --- a/content/browser/webui/url_data_manager_backend.cc +++ b/content/browser/webui/url_data_manager_backend.cc @@ -205,7 +205,7 @@ class URLRequestChromeJob : public net::URLRequestJob, // True when job is generated from an incognito profile. const bool is_incognito_; - // The backend is owned by ChromeURLRequestContext and always outlives us. + // The backend is owned by net::URLRequestContext and always outlives us. URLDataManagerBackend* backend_; base::WeakPtrFactory weak_factory_; -- cgit v1.1