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

Unified Diff: chrome/browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc

Issue 323133005: Enable consistent identity on android platform by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/ui/views/profiles/new_avatar_menu_button_browsertest.cc
diff --git a/chrome/browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc b/chrome/browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc
index 137a80b605ee63cb14d0a3abbd925174c3164946..9330fe67eee39a3145f43fafba422b2cc34b6eaa 100644
--- a/chrome/browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc
+++ b/chrome/browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc
@@ -48,11 +48,11 @@ NewAvatarMenuButtonTest::~NewAvatarMenuButtonTest() {
void NewAvatarMenuButtonTest::SetUp() {
InProcessBrowserTest::SetUp();
DCHECK(CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kNewProfileManagement));
+ switches::kEnableNewProfileManagement));
}
void NewAvatarMenuButtonTest::SetUpCommandLine(CommandLine* command_line) {
- command_line->AppendSwitch(switches::kNewProfileManagement);
+ command_line->AppendSwitch(switches::kEnableNewProfileManagement);
}
void NewAvatarMenuButtonTest::CreateTestingProfile() {

Powered by Google App Engine
This is Rietveld 408576698