| Index: chrome/browser/ui/browser_dialogs.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser_dialogs.h (revision 145357)
|
| +++ chrome/browser/ui/browser_dialogs.h (working copy)
|
| @@ -69,6 +69,12 @@
|
| void ShowTabModalConfirmDialog(TabModalConfirmDialogDelegate* delegate,
|
| TabContents* tab_contents);
|
|
|
| +#if !defined(OS_MACOSX)
|
| +// Shows the create web app shortcut dialog box.
|
| +void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window,
|
| + TabContents* tab_contents);
|
| +#endif
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
|
|
|