| 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);
|
|
|