Chromium Code Reviews| 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 47b7389269aee4aad38405c500d97356360855d2..ed4cb23218c17b5f655d6cea6e61304324c22b45 100644 |
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
| @@ -71,7 +71,8 @@ class ProfileChooserControllerTest : public CocoaProfileTest { |
| controller_.reset([[ProfileChooserController alloc] |
| initWithBrowser:browser() |
| anchoredAt:point |
| - withMode:profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER |
| + withViewMode:profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER |
| + withTutorialMode:profiles::TUTORIAL_MODE_NONE |
|
Alexei Svitkine (slow)
2014/08/15 15:51:47
Nit: ObjC style is to actually only include "with"
guohui
2014/08/15 16:06:59
Done.
|
| withServiceType:signin::GAIA_SERVICE_TYPE_NONE]); |
| [controller_ showWindow:nil]; |
| } |