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

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

Issue 8773046: [cros] Display emails of users are stored in a separate dictionary in Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years 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 72257ed9f3af4c9c28eb87bff693490b4a593466..eaf0ab9553888c5ff24e861a31cede0a09e3c7fd 100644
--- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
@@ -253,7 +253,7 @@ class LoginUtilsTestBase : public TESTBASE,
GaiaAuthConsumer::ClientLoginResult credentials;
LoginUtils::Get()->PrepareProfile(
- username, "password", credentials, false, true, false, this);
+ username, "", "password", credentials, false, true, false, this);
whywhat 2011/12/05 12:14:49 nit: You pass "" here and std::string() in other p
Ivan Korotkov 2011/12/05 14:12:48 Done.
loop_.RunAllPending();
}

Powered by Google App Engine
This is Rietveld 408576698