Index: chrome/browser/search_engines/search_provider_install_state_message_filter.cc |
=================================================================== |
--- chrome/browser/search_engines/search_provider_install_state_message_filter.cc (revision 128075) |
+++ chrome/browser/search_engines/search_provider_install_state_message_filter.cc (working copy) |
@@ -21,8 +21,7 @@ |
int render_process_id, |
Profile* profile) |
: ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)), |
- provider_data_(profile->GetWebDataService(Profile::EXPLICIT_ACCESS), |
- content::NOTIFICATION_RENDERER_PROCESS_TERMINATED, |
+ provider_data_(profile, content::NOTIFICATION_RENDERER_PROCESS_TERMINATED, |
content::Source<content::RenderProcessHost>( |
content::RenderProcessHost::FromID(render_process_id))), |
is_off_the_record_(profile->IsOffTheRecord()) { |