| 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.
|
| class WorkerProcessHost : public BrowserChildProcessHost {
|
| public:
|
|
|
|
|