diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:08:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:08:38 +0000 |
commit | cbee936231bafb19a7be8a2eec44470b40ad326b (patch) | |
tree | 9fa16580973989bd88aa2512a4ec4d91c5047626 /content/browser/resolve_proxy_msg_helper.h | |
parent | 63d0b16f3b1a94ea57bbfa420b12fd0357337084 (diff) | |
download | chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.zip chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.gz chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.bz2 |
Removal of Profile from content part 7.
BUG=76788
TEST=no change visible
Review URL: http://codereview.chromium.org/7575010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/resolve_proxy_msg_helper.h')
-rw-r--r-- | content/browser/resolve_proxy_msg_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/resolve_proxy_msg_helper.h b/content/browser/resolve_proxy_msg_helper.h index 85b3b69..d672a33 100644 --- a/content/browser/resolve_proxy_msg_helper.h +++ b/content/browser/resolve_proxy_msg_helper.h @@ -27,8 +27,8 @@ // This object is expected to live on the IO thread. class ResolveProxyMsgHelper : public BrowserMessageFilter { public: - // If |proxy_service| is NULL, then the main profile's proxy service will - // be used. + // If |proxy_service| is NULL, then the main browser context's proxy service + // will be used. explicit ResolveProxyMsgHelper(net::ProxyService* proxy_service); // Destruction cancels the current outstanding request, and clears the |