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

Unified Diff: content/browser/worker_host/worker_service.cc

Issue 6697012: Remove 'off the record' references from ChromeURLContext. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed 'off the record' references from ChromeURLRequestContext. Created 9 years, 9 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
« no previous file with comments | « content/browser/worker_host/worker_message_filter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(),
« no previous file with comments | « content/browser/worker_host/worker_message_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698