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

Unified Diff: chrome/browser/ui/browser_navigator_browsertest_chromeos.cc

Issue 763673002: Replace direct access to kGoogleServicesUsername with calls to SigninManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 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/ui/browser_navigator_browsertest_chromeos.cc
diff --git a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
index b43775323970a88a8687c033dea15eeca21deb5a..87ed503d8eb6cd1a0e28b01877e2ae692b4cbc81 100644
--- a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
+++ b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
@@ -157,6 +157,7 @@ class BrowserGuestSessionNavigatorTest: public BrowserNavigatorTest {
CommandLine command_line_copy = *command_line;
command_line_copy.AppendSwitchASCII(
chromeos::switches::kLoginProfile, "user");
+ command_line_copy.AppendSwitch(chromeos::switches::kGuestSession);
chromeos::GetOffTheRecordCommandLine(GetGoogleURL(),
true,
command_line_copy,

Powered by Google App Engine
This is Rietveld 408576698