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