summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/login/mock_authenticator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/login/mock_authenticator.h')
-rw-r--r--chrome/browser/chromeos/login/mock_authenticator.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/chromeos/login/mock_authenticator.h b/chrome/browser/chromeos/login/mock_authenticator.h
index fc53760..0a5a3f0 100644
--- a/chrome/browser/chromeos/login/mock_authenticator.h
+++ b/chrome/browser/chromeos/login/mock_authenticator.h
@@ -100,13 +100,9 @@ class MockLoginUtils : public LoginUtils {
Profile* profile,
const GaiaAuthConsumer::ClientLoginResult& credentials) {}
- void SetBackgroundView(BackgroundView* background_view) {
- background_view_ = background_view;
- }
+ virtual void SetBackgroundView(BackgroundView* background_view);
- BackgroundView* GetBackgroundView() {
- return background_view_;
- }
+ virtual BackgroundView* GetBackgroundView();
virtual std::string GetOffTheRecordCommandLine(
const GURL& start_url,