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

Unified Diff: content/browser/worker_host/worker_process_host.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/worker_host/worker_process_host.h
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h
index 068624b75b7d9a790ad774a0e06ce53c4d0447e0..0f1ff42cc31a935ce2eb9122e0b0551a1b0c25e2 100644
--- a/content/browser/worker_host/worker_process_host.h
+++ b/content/browser/worker_host/worker_process_host.h
@@ -26,7 +26,7 @@ class URLRequestContextGetter;
// the browser <-> worker communication channel. There will be one
// WorkerProcessHost per worker process. Currently each worker runs in its own
// process, but that may change. However, we do assume (by storing a
-// net::URLRequestContext) that a WorkerProcessHost serves a single Profile.
+// net::URLRequestContext) that a WorkerProcessHost serves a single context.
jam 2011/07/22 16:58:38 nit: browser_context
class WorkerProcessHost : public BrowserChildProcessHost {
public:

Powered by Google App Engine
This is Rietveld 408576698