Index: chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
diff --git a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
index 469f0a3f324e6cef2a1b73134407cbbde4e8f62e..23f09c34e1509d9bc72b8a3d4f63ab727fbea862 100644 |
--- a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
+++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
@@ -87,7 +87,6 @@ IN_PROC_BROWSER_TEST_F(LoginStateNotificationBlockerChromeOSBrowserTest, |
message_center::NotifierId::APPLICATION, "test-notifier"); |
// Logged in as a normal user. |
- EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1); |
LoginUser(kTestUsers[0]); |
EXPECT_EQ(1, GetStateChangedCountAndReset()); |
EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id)); |
@@ -122,7 +121,6 @@ IN_PROC_BROWSER_TEST_F(LoginStateNotificationBlockerChromeOSBrowserTest, |
ash::system_notifier::kNotifierDisplay); |
// Logged in as a normal user. |
- EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1); |
LoginUser(kTestUsers[0]); |
EXPECT_EQ(1, GetStateChangedCountAndReset()); |
EXPECT_TRUE(ShouldShowNotificationAsPopup(notifier_id)); |