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

Unified Diff: chrome/browser/chromeos/login/login_utils_browsertest.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: . 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/login_utils_browsertest.cc
diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc
index 3acd197063edd62c36a2643f53ed935f2715481c..f34d541e19bcf66879f6eb6f0930af1527900e0d 100644
--- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
@@ -358,7 +358,7 @@ class LoginUtilsTest : public testing::Test,
}
#if defined(ENABLE_RLZ)
- virtual void OnRlzInitialized(Profile* profile) OVERRIDE {
+ virtual void OnRlzInitialized() OVERRIDE {
rlz_initialized_cb_.Run();
}
#endif
@@ -411,7 +411,6 @@ class LoginUtilsTest : public testing::Test,
const bool kHasActiveSession = false;
user_context.SetAuthFlow(UserContext::AUTH_FLOW_GAIA_WITHOUT_SAML);
LoginUtils::Get()->PrepareProfile(user_context,
- std::string(),
kHasCookies,
kHasActiveSession,
this);

Powered by Google App Engine
This is Rietveld 408576698