| 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 7d28c73433da00c4351f518626c033775fc4bac4..d5be7e9e23020a6e0ebe57764d46ed42261d9f45 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -71,10 +71,6 @@ views::Window* ShowAboutChromeView(gfx::NativeWindow parent,
|
| // Creates and returns a find bar for the given browser window. See FindBarWin.
|
| FindBar* CreateFindBar(BrowserView* browser_view);
|
|
|
| -// Shows the "Save passwords and exceptions" dialog.
|
| -// See PasswordsExceptionsWindowView.
|
| -void ShowPasswordsExceptionsWindowView(Profile* profile);
|
| -
|
| // Shows the keyword editor. See KeywordEditorView.
|
| void ShowKeywordEditorView(Profile* profile);
|
|
|
| @@ -103,11 +99,6 @@ void EditSearchEngine(gfx::NativeWindow parent,
|
| void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window,
|
| TabContents* tab_contents);
|
|
|
| -// Shows the content settings dialog box.
|
| -void ShowContentSettingsWindow(gfx::NativeWindow parent_window,
|
| - ContentSettingsType content_type,
|
| - Profile* profile);
|
| -
|
| // Shows the collected cookies dialog box.
|
| void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
|
| TabContents* tab_contents);
|
|
|