| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl_io_data.cc (revision 90024)
|
| +++ chrome/browser/profiles/profile_impl_io_data.cc (working copy)
|
| @@ -165,6 +165,8 @@
|
| // Keep track of clear_local_state_on_exit for isolated apps.
|
| clear_local_state_on_exit_ = profile_params->clear_local_state_on_exit;
|
|
|
| + safe_browsing_enabled_ = profile_params->safe_browsing_enabled;
|
| +
|
| ChromeURLRequestContext* main_context = main_request_context();
|
| ChromeURLRequestContext* extensions_context = extensions_request_context();
|
| media_request_context_ = new RequestContext;
|
|
|