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

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

Issue 2709763002: Removing Fast User Switcher feature. (Closed)
Patch Set: Removing PopulateCompleteProfileChooserView and PopulateMinimalProfileChooserView Created 3 years, 9 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/profile_chooser_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
index 85ae8be075954355bd6f99d8552a144941af9dd6..33a43df126aed09830d08a26771cd5ab46a7ee2f 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
@@ -107,20 +107,6 @@ class ProfileChooserControllerTest : public CocoaProfileTest {
[controller_ showWindow:nil];
}
- void StartFastUserSwitcher() {
- NSRect frame = [test_window() frame];
- NSPoint point = NSMakePoint(NSMidX(frame), NSMidY(frame));
- controller_.reset([[ProfileChooserController alloc]
- initWithBrowser:browser()
- anchoredAt:point
- viewMode:profiles::BUBBLE_VIEW_MODE_FAST_PROFILE_CHOOSER
- tutorialMode:profiles::TUTORIAL_MODE_NONE
- serviceType:signin::GAIA_SERVICE_TYPE_NONE
- accessPoint:signin_metrics::AccessPoint::
- ACCESS_POINT_AVATAR_BUBBLE_SIGN_IN]);
- [controller_ showWindow:nil];
- }
-
void SignInFirstProfile() {
std::vector<ProfileAttributesEntry*> entries = testing_profile_manager()->
profile_attributes_storage()->GetAllProfilesAttributes();
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm ('k') | chrome/browser/ui/profile_chooser_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698