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

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

Issue 2498003: Revert r48735 "Added user image screen for new user login (or old user logging in through" (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: removed grd files from cl Created 10 years, 7 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/login_utils.cc ('k') | chrome/browser/chromeos/login/screen_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/mock_authenticator.h
diff --git a/chrome/browser/chromeos/login/mock_authenticator.h b/chrome/browser/chromeos/login/mock_authenticator.h
index e5ab51f6792732964431592099aea2973f8727c3..e247676e7261de3512073dbe2f732da176f5aa61 100644
--- a/chrome/browser/chromeos/login/mock_authenticator.h
+++ b/chrome/browser/chromeos/login/mock_authenticator.h
@@ -102,21 +102,9 @@ class MockLoginUtils : public LoginUtils {
consumer, expected_username_, expected_password_);
}
- virtual void EnableBrowserLaunch(bool enable) {
- }
-
- virtual bool IsBrowserLaunchEnabled() const {
- return true;
- }
-
- virtual const std::string& GetAuthToken() const {
- return auth_token_;
- }
-
private:
std::string expected_username_;
std::string expected_password_;
- std::string auth_token_;
DISALLOW_COPY_AND_ASSIGN(MockLoginUtils);
};
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/login/screen_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698