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

Unified Diff: chrome/browser/chromeos/login/login_utils.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
« no previous file with comments | « chrome/browser/chromeos/login/background_view.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.h
===================================================================
--- chrome/browser/chromeos/login/login_utils.h (revision 71337)
+++ chrome/browser/chromeos/login/login_utils.h (working copy)
@@ -17,6 +17,7 @@
namespace chromeos {
class Authenticator;
+class BackgroundView;
class LoginStatusConsumer;
class LoginUtils {
@@ -77,6 +78,11 @@
Profile* profile,
const GaiaAuthConsumer::ClientLoginResult& credentials) = 0;
+ // Sets the current background view.
+ virtual void SetBackgroundView(BackgroundView* background_view) = 0;
+
+ // Gets the current background view.
+ virtual BackgroundView* GetBackgroundView() = 0;
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/background_view.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698