| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index 74351a4f6cce1ef30feb9d3135ffc938bf6949c9..af25792baecf35a4d4fb0b932d9d8587b4939050 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -97,12 +97,6 @@ void ShowWebDialogInContainer(int container_id,
|
| ui::WebDialogDelegate* delegate);
|
| #endif // defined(USE_ASH)
|
|
|
| -#if !defined(OS_MACOSX)
|
| -// Shows the create web app shortcut dialog box.
|
| -void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window,
|
| - content::WebContents* web_contents);
|
| -#endif // !defined(OS_MACOSX)
|
| -
|
| // Shows the create chrome app shortcut dialog box.
|
| // |close_callback| may be null.
|
| void ShowCreateChromeAppShortcutsDialog(
|
|
|