diff options
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index 01cbf6a..38f32b4 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -136,6 +136,12 @@ 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 a dialog box with HTML content, e.g. for Gears. |parent_window| is // the window the dialog should be opened modal to and is a native window // handle. |