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

Unified Diff: content/browser/worker_host/worker_message_filter.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
Index: content/browser/worker_host/worker_message_filter.cc
diff --git a/content/browser/worker_host/worker_message_filter.cc b/content/browser/worker_host/worker_message_filter.cc
index ece0944fc3df181be9ec876d489b6ce469b599b1..c46b1312be326f31d1cfaf811ec3fa449e447362 100644
--- a/content/browser/worker_host/worker_message_filter.cc
+++ b/content/browser/worker_host/worker_message_filter.cc
@@ -92,7 +92,7 @@ void WorkerMessageFilter::OnLookupSharedWorker(
*route_id = next_routing_id_->Run();
bool incognito = static_cast<ChromeURLRequestContext*>(
- request_context_->GetURLRequestContext())->is_off_the_record();
+ request_context_->GetURLRequestContext())->is_incognito();
WorkerService::GetInstance()->LookupSharedWorker(
params, *route_id, this, incognito, exists, url_error);
}
« no previous file with comments | « chrome/browser/ui/webui/chrome_url_data_manager_backend.cc ('k') | content/browser/worker_host/worker_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698