Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: chrome/browser/chromeos/login/background_view.h

Issue 6027012: Fix so that login errors are shown from login/oobe screens.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698