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

Unified Diff: content/browser/resolve_proxy_msg_helper.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser_context Created 9 years, 5 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
Index: content/browser/resolve_proxy_msg_helper.h
diff --git a/content/browser/resolve_proxy_msg_helper.h b/content/browser/resolve_proxy_msg_helper.h
index 85b3b69988bc0dff42fd3f7493d8f7ce73eefdf3..23cfdadd7cdc9388e0d6c3c2e6fe938dfa0f9ef4 100644
--- a/content/browser/resolve_proxy_msg_helper.h
+++ b/content/browser/resolve_proxy_msg_helper.h
@@ -27,7 +27,7 @@
// 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
+ // If |proxy_service| is NULL, then the main context's proxy service will
jam 2011/07/22 16:58:38 ditto
// be used.
explicit ResolveProxyMsgHelper(net::ProxyService* proxy_service);

Powered by Google App Engine
This is Rietveld 408576698