Index: chrome/browser/chromeos/login/login_utils.h |
=================================================================== |
--- chrome/browser/chromeos/login/login_utils.h (revision 70931) |
+++ 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 |