| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index 4a8e64c352fdc47c02f89e3ec8a53ff3709feca5..1f344384d4b74846f3b342f09827c0f6879c78be 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -15,6 +15,7 @@ class HtmlDialogUIDelegate;
|
| class Profile;
|
| class SkBitmap;
|
| class TabContents;
|
| +class TemplateURL;
|
|
|
| namespace browser {
|
|
|
| @@ -55,6 +56,10 @@ void HideHungRendererDialog(TabContents* contents);
|
| void ShowNativeHungRendererDialog(TabContents* contents);
|
| void HideNativeHungRendererDialog(TabContents* contents);
|
|
|
| -} // namespace browser
|
| +// Show the edit search engine dialog.
|
| +void ConfirmAddSearchProvider(const TemplateURL* template_url,
|
| + Profile* profile);
|
| +
|
| +} // namespace browser
|
|
|
| #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
|
|
|