summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_dialogs.h')
-rw-r--r--chrome/browser/ui/browser_dialogs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 4a8e64c..1f34438 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_