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

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

Issue 641123002: Cleanup LoginUtils. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: return flags method Created 6 years, 2 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/test_login_utils.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d02f0f94d757250dba4a010d18d603d365d49123..2365630a935424b40ab97b4c176537baf6eeddf0 100644
--- a/chrome/browser/chromeos/login/test_login_utils.cc
+++ b/chrome/browser/chromeos/login/test_login_utils.cc
@@ -17,11 +17,6 @@ TestLoginUtils::TestLoginUtils(const UserContext& user_context)
TestLoginUtils::~TestLoginUtils() {}
-void TestLoginUtils::RespectLocalePreference(Profile* profile,
- const base::Closure& callback) {
- callback.Run();
-}
-
void TestLoginUtils::PrepareProfile(
const UserContext& user_context,
bool has_auth_cookies,
« no previous file with comments | « chrome/browser/chromeos/login/test_login_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698