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

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

Issue 745613002: [cros] Cleanup: remove LoginUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get rid of FakeChromeUserManager usage in ExistingUserController* tests Created 5 years, 10 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
Index: chrome/browser/chromeos/login/login_manager_test.h
diff --git a/chrome/browser/chromeos/login/login_manager_test.h b/chrome/browser/chromeos/login/login_manager_test.h
index 3fc51031a09615d242ade4527abdbe9e675c09a5..e2b6921b993e14a9b4bf02c5de328604f0c2dee8 100644
--- a/chrome/browser/chromeos/login/login_manager_test.h
+++ b/chrome/browser/chromeos/login/login_manager_test.h
@@ -8,7 +8,6 @@
#include <string>
#include "chrome/browser/chromeos/login/mixin_based_browser_test.h"
-#include "chrome/browser/chromeos/login/mock_login_utils.h"
#include "chrome/browser/chromeos/login/test/js_checker.h"
namespace content {
@@ -63,8 +62,6 @@ class LoginManagerTest : public MixinBasedBrowserTest {
// that it is true.
void JSExpect(const std::string& expression);
- MockLoginUtils& login_utils() { return *mock_login_utils_; }
-
content::WebContents* web_contents() { return web_contents_; }
test::JSChecker& js_checker() { return js_checker_; }
@@ -76,7 +73,6 @@ class LoginManagerTest : public MixinBasedBrowserTest {
web_contents_ = web_contents;
}
- MockLoginUtils* mock_login_utils_;
bool should_launch_browser_;
content::WebContents* web_contents_;
test::JSChecker js_checker_;
« no previous file with comments | « chrome/browser/chromeos/login/lock/screen_locker_tester.cc ('k') | chrome/browser/chromeos/login/login_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698