| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index ca42868a312eb35395d8bc64745477f52b35b5be..1f043ba86c645d636dd0237c94d955997a4f4806 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -16,6 +16,7 @@ class HtmlDialogUIDelegate;
|
| class Profile;
|
| class SkBitmap;
|
| class TabContents;
|
| +class TabModalDialogDelegate;
|
| class TemplateURL;
|
|
|
| namespace browser {
|
| @@ -62,6 +63,11 @@ void HideNativeHungRendererDialog(TabContents* contents);
|
| void ConfirmAddSearchProvider(const TemplateURL* template_url,
|
| Profile* profile);
|
|
|
| +// Shows a tab-modal dialog box.
|
| +void ShowTabModalDialog(TabModalDialogDelegate* delegate,
|
| + gfx::NativeWindow parent_window,
|
| + TabContents* tab_contents);
|
| +
|
| } // namespace browser
|
|
|
| #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
|
|
|