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

Unified Diff: chrome/browser/chromeos/login/test_login_utils.cc

Issue 318853004: Introduce SessionManager that will contain code to start user session on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/test_login_utils.cc
diff --git a/chrome/browser/chromeos/login/test_login_utils.cc b/chrome/browser/chromeos/login/test_login_utils.cc
index b673acac3bc01ce8bffb85b3f17ad1fdfb21816d..55ecf075a19d11b3fa2a0f69e152c6b25acf40e5 100644
--- a/chrome/browser/chromeos/login/test_login_utils.cc
+++ b/chrome/browser/chromeos/login/test_login_utils.cc
@@ -18,7 +18,6 @@ TestLoginUtils::~TestLoginUtils() {}
void TestLoginUtils::PrepareProfile(
const UserContext& user_context,
- const std::string& display_email,
bool has_cookies,
bool has_active_session,
Delegate* delegate) {
@@ -36,7 +35,4 @@ scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
return new MockAuthenticator(consumer, expected_user_context_);
}
-void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
-}
-
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/test_login_utils.h ('k') | chrome/browser/chromeos/login/users/user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698