Index: chrome/browser/automation/automation_provider_observers.cc |
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc |
index dd878b33abe1b50ed66fd91cbc7f2fb7297bfa95..0a9c83aabc1e5a3adaaa6f39f8e7ea234f7d1236 100644 |
--- a/chrome/browser/automation/automation_provider_observers.cc |
+++ b/chrome/browser/automation/automation_provider_observers.cc |
@@ -1881,7 +1881,7 @@ std::vector<DictionaryValue*>* GetAppInfoFromExtensions( |
// Only return information about extensions that are actually apps. |
if ((*ext)->is_app()) { |
DictionaryValue* app_info = new DictionaryValue(); |
- AppLauncherHandler::CreateAppInfo(*ext, NULL, ext_service, app_info); |
+ AppLauncherHandler::CreateAppInfo(*ext, ext_service, app_info); |
app_info->SetBoolean("is_component_extension", |
(*ext)->location() == extensions::Manifest::COMPONENT); |