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

Unified Diff: chrome/test/data/webui/ntp4_browsertest.cc

Issue 964563002: Replace SetAuthenticatedUsername with SetAuthenticatedAccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@priv
Patch Set: rebased Created 5 years, 8 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/test/data/webui/ntp4_browsertest.cc
diff --git a/chrome/test/data/webui/ntp4_browsertest.cc b/chrome/test/data/webui/ntp4_browsertest.cc
index 7c292aba6571f119c3cdb60aa8388b5acc5d82b3..75f8854bea46d06a1b3a11836735ff6152d917d5 100644
--- a/chrome/test/data/webui/ntp4_browsertest.cc
+++ b/chrome/test/data/webui/ntp4_browsertest.cc
@@ -17,5 +17,5 @@ NTP4LoggedInWebUITest::~NTP4LoggedInWebUITest() {}
void NTP4LoggedInWebUITest::SetLoginName(const std::string& name) {
SigninManagerFactory::GetForProfile(browser()->profile())->
- SetAuthenticatedUsername(name);
+ SetAuthenticatedAccountInfo(name, name);
}

Powered by Google App Engine
This is Rietveld 408576698