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

Unified Diff: chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm

Issue 8230011: [Mac/multiprofile] "Customize User..." should edit the currently active profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/profile_menu_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm b/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm
index 28679570bc363223d22bf857a9e14e5ed1166497..b5743459b48e1e212f9c37efcde1e4b779f4c0a3 100644
--- a/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm
@@ -41,7 +41,7 @@ class ProfileMenuControllerTest : public CocoaProfileTest {
EXPECT_TRUE([item isSeparatorItem]);
item = [menu itemAtIndex:count - 3];
- EXPECT_EQ(@selector(editProfile:), [item action]);
+ EXPECT_EQ(@selector(editCurrentProfile:), [item action]);
item = [menu itemAtIndex:count - 2];
EXPECT_TRUE([item isSeparatorItem]);

Powered by Google App Engine
This is Rietveld 408576698