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

Unified Diff: chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm

Issue 340723002: Revert 277793 "Enable consistent identity on android platform by..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2056/src/
Patch Set: 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/cocoa/profiles/avatar_button_controller_unittest.mm
===================================================================
--- chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm (revision 277945)
+++ chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm (working copy)
@@ -16,15 +16,14 @@
#include "chrome/browser/ui/cocoa/info_bubble_window.h"
#import "chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h"
#include "chrome/common/chrome_switches.h"
-#include "components/signin/core/common/profile_management_switches.h"
const char kDefaultProfileName[] = "default";
class AvatarButtonControllerTest : public CocoaProfileTest {
public:
virtual void SetUp() OVERRIDE {
- switches::EnableNewProfileManagementForTesting(
- CommandLine::ForCurrentProcess());
+ CommandLine::ForCurrentProcess()->AppendSwitch(
+ switches::kNewProfileManagement);
DCHECK(profiles::IsMultipleProfilesEnabled());
CocoaProfileTest::SetUp();

Powered by Google App Engine
This is Rietveld 408576698