| 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 1d905c4dcf75cb5267abd89dfea42697f8f83159..2c2b847ca2722c9aad96b2126b282a921f2b36fc 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
|
| @@ -224,7 +224,8 @@ IN_PROC_BROWSER_TEST_F(BrowserTestWithProfileShortcutManager,
|
| cache.GetNameOfProfileAtIndex(profile2_index)));
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(BrowserWindowPropertyManagerTest, HostedApp) {
|
| +// http://crbug.com/396344
|
| +IN_PROC_BROWSER_TEST_F(BrowserWindowPropertyManagerTest, DISABLED_HostedApp) {
|
| #if defined(USE_ASH)
|
| // Disable this test in Metro+Ash where Windows window properties aren't used.
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
|
|
|