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

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

Issue 471023003: Make sure the new confirmation bubble is always shown upon signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roger's comments addressed and rebased Created 6 years, 4 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 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];
}

Powered by Google App Engine
This is Rietveld 408576698