| 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 2c2b847ca2722c9aad96b2126b282a921f2b36fc..9afa55dda7b601fb12750595c8be1798d31e456f 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
|
| @@ -174,8 +174,9 @@ class BrowserTestWithProfileShortcutManager : public InProcessBrowserTest {
|
| };
|
|
|
| // Check that the window properties on Windows are properly set.
|
| +// http://crbug.com/396344
|
| IN_PROC_BROWSER_TEST_F(BrowserTestWithProfileShortcutManager,
|
| - WindowProperties) {
|
| + DISABLED_WindowProperties) {
|
| // Disable this test in Metro+Ash where Windows window properties aren't used.
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
|
| return;
|
|
|