| Index: chrome/browser/ui/views/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/views/browser_dialogs.h b/chrome/browser/ui/views/browser_dialogs.h
|
| index af21b2c957d1ed43cdb9399185e97fc569763649..4afb960ccef1cf97858dea8621e793ec8261529f 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -82,15 +82,10 @@ void EditSearchEngine(gfx::NativeWindow parent,
|
| EditSearchEngineControllerDelegate* delegate,
|
| Profile* profile);
|
|
|
| -// Shows the repost form confirmation dialog box.
|
| -void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window,
|
| - TabContents* tab_contents);
|
| -
|
| // Shows the collected cookies dialog box.
|
| void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
|
| TabContentsWrapper* tab_contents);
|
|
|
| -
|
| // Shows the create web app shortcut dialog box.
|
| void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window,
|
| TabContentsWrapper* tab_contents);
|
|
|