| Index: chrome/browser/ui/extensions/application_launch.cc
|
| diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
|
| index 29b52e98fc082dd0e338ce8c0f7f0c52966a4b69..32f7dbb1539a7a6da8ead2277ad6576e37dbd550 100644
|
| --- a/chrome/browser/ui/extensions/application_launch.cc
|
| +++ b/chrome/browser/ui/extensions/application_launch.cc
|
| @@ -55,7 +55,7 @@ using extensions::ExtensionRegistry;
|
|
|
| namespace {
|
|
|
| -// Shows the app list for |desktop_type| and returns the app list's window.
|
| +// Shows the app list and returns the app list's window.
|
| gfx::NativeWindow ShowAppListAndGetNativeWindow() {
|
| AppListService* app_list_service = AppListService::Get();
|
| app_list_service->Show();
|
|
|