| 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 f49cc2a2cc9719a0215b511cc982d80a386f1533..50c0bbc09e7e2cefebfcfddd9a144f759302a9f0 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -46,9 +46,6 @@ void ShowBugReportView(views::Window* parent,
|
| Profile* profile,
|
| TabContents* tab);
|
|
|
| -// Shows the "Report a problem with this page" page in a new tab
|
| -void ShowHtmlBugReportView(views::Window* parent, Browser* browser);
|
| -
|
| // Shows the "Clear browsing data" dialog box. See ClearBrowsingDataView.
|
| void ShowClearBrowsingDataView(gfx::NativeWindow parent,
|
| Profile* profile);
|
|
|