summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r--chrome/browser/browser_window.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h
index 93ae25f..ff80ab7 100644
--- a/chrome/browser/browser_window.h
+++ b/chrome/browser/browser_window.h
@@ -214,12 +214,6 @@ class BrowserWindow {
// Shows the Password Manager dialog box.
virtual void ShowPasswordManager() = 0;
- // Shows the Select Profile dialog box.
- virtual void ShowSelectProfileDialog() = 0;
-
- // Shows the New Profile dialog box.
- virtual void ShowNewProfileDialog() = 0;
-
// Shows the repost form confirmation dialog box.
virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) = 0;