| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index 8ee472eb44f1cef46c925a98deda0b8fef42d5a7..c3ad4004fcfc89c1585d5470b562899b2dd9d0f5 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -68,9 +68,8 @@ void ShowExtensionInstalledBubble(const extensions::Extension* extension,
|
| void ShowHungRendererDialog(content::WebContents* contents);
|
| void HideHungRendererDialog(content::WebContents* contents);
|
|
|
| -// Shows the Task Manager. If |highlight_background_resources| is set, the
|
| -// backgroundpages will be shown. |browser| can be NULL when called from ASH.
|
| -void ShowTaskManager(Browser* browser, bool highlight_background_resources);
|
| +// Shows the Task Manager. |browser| can be NULL when called from Ash.
|
| +void ShowTaskManager(Browser* browser);
|
|
|
| #if !defined(OS_MACOSX)
|
| // Shows the create web app shortcut dialog box.
|
|
|