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

Unified Diff: chrome/browser/profiles/profile_io_data.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: chrome/browser/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index b784c4079253e13f617a98ff6a20fbd9e6d00b75..3d155fee9d6ae34a699f5e30655ebc661a1484e5 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -241,7 +241,7 @@ void ProfileIOData::LazyInitialize() const {
void ProfileIOData::ApplyProfileParamsToContext(
const ProfileParams& profile_params,
ChromeURLRequestContext* context) {
- context->set_is_off_the_record(profile_params.is_off_the_record);
+ context->set_is_incognito(profile_params.is_off_the_record);
context->set_accept_language(profile_params.accept_language);
context->set_accept_charset(profile_params.accept_charset);
context->set_referrer_charset(profile_params.referrer_charset);
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.cc ('k') | chrome/browser/ui/webui/chrome_url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698