Index: chrome/browser/background_application_list_model_unittest.cc |
diff --git a/chrome/browser/background_application_list_model_unittest.cc b/chrome/browser/background_application_list_model_unittest.cc |
index 1ed6ae0b01e21e9c622d37d5c4662ac25d43d3a9..21d5918559f923670bcea97b81740b439a3b2293 100644 |
--- a/chrome/browser/background_application_list_model_unittest.cc |
+++ b/chrome/browser/background_application_list_model_unittest.cc |
@@ -68,7 +68,7 @@ void BackgroundApplicationListModelTest::InitializeEmptyExtensionService() { |
profile_.reset(profile); |
service_ = profile->CreateExtensionService( |
CommandLine::ForCurrentProcess(), |
- bogus_file_path()); |
+ bogus_file_path(), false); |
service_->set_extensions_enabled(true); |
service_->set_show_extensions_prompts(false); |
service_->OnLoadedInstalledExtensions(); /* Sends EXTENSIONS_READY */ |