| Index: chrome/browser/chromeos/login/background_view.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/background_view.h (revision 70931)
|
| +++ chrome/browser/chromeos/login/background_view.h (working copy)
|
| @@ -17,6 +17,7 @@
|
| class Label;
|
| class TextButton;
|
| class Widget;
|
| +class WindowDelegate;
|
| }
|
|
|
| class DOMView;
|
| @@ -64,6 +65,9 @@
|
| const GURL& background_url,
|
| BackgroundView** view);
|
|
|
| + // Create a modal popup view.
|
| + void CreateModalPopup(views::WindowDelegate* view);
|
| +
|
| // Toggles status area visibility.
|
| void SetStatusAreaVisible(bool visible);
|
|
|
|
|