summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/login/mock_authenticator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/login/mock_authenticator.cc')
-rw-r--r--chrome/browser/chromeos/login/mock_authenticator.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/login/mock_authenticator.cc b/chrome/browser/chromeos/login/mock_authenticator.cc
index a803093..c05608e 100644
--- a/chrome/browser/chromeos/login/mock_authenticator.cc
+++ b/chrome/browser/chromeos/login/mock_authenticator.cc
@@ -83,6 +83,14 @@ Authenticator* MockLoginUtils::CreateAuthenticator(
consumer, expected_username_, expected_password_);
}
+void MockLoginUtils:;SetBackgroundView(BackgroundView* background_view) {
+ background_view_ = background_view;
+}
+
+BackgroundView* MockLoginUtils::GetBackgroundView() {
+ return background_view_;
+}
+
std::string MockLoginUtils::GetOffTheRecordCommandLine(
const GURL& start_url,
const CommandLine& base_command_line,