| Index: chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc b/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| index c7d104c5bfb862a4a9c3df1c9e87b639fafb44cf..54c5d3cb8b95426610f7f0f67e871d654d71c390 100644
|
| --- a/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| @@ -256,9 +256,7 @@ IN_PROC_BROWSER_TEST_F(BrowserWindowPropertyManagerTest, DISABLED_HostedApp) {
|
|
|
| // Check that the new browser has an app name.
|
| // The launch should have created a new browser.
|
| - ASSERT_EQ(2u,
|
| - chrome::GetBrowserCount(browser()->profile(),
|
| - browser()->host_desktop_type()));
|
| + ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile()));
|
|
|
| // Find the new browser.
|
| Browser* app_browser = nullptr;
|
|
|