| Index: content/browser/worker_host/worker_service.cc
|
| diff --git a/content/browser/worker_host/worker_service.cc b/content/browser/worker_host/worker_service.cc
|
| index 33084ff5bd7c65936c526faf03a6d56972f21174..b43395a35f633d14e0387005625b1e7ccb0cd10e 100644
|
| --- a/content/browser/worker_host/worker_service.cc
|
| +++ b/content/browser/worker_host/worker_service.cc
|
| @@ -83,7 +83,7 @@ void WorkerService::CreateWorker(const ViewHostMsg_CreateWorker_Params& params,
|
| WorkerProcessHost::WorkerInstance instance(
|
| params.url,
|
| params.is_shared,
|
| - context->is_off_the_record(),
|
| + context->is_incognito(),
|
| params.name,
|
| next_worker_route_id(),
|
| params.is_shared ? 0 : filter->render_process_id(),
|
|
|