| Index: chrome/browser/extensions/api/app_window/app_window_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/app_window/app_window_apitest.cc (revision 170888)
|
| +++ chrome/browser/extensions/api/app_window/app_window_apitest.cc (working copy)
|
| @@ -35,8 +35,6 @@
|
|
|
| ready_listener.Reply(base::IntToString(slop));
|
| ASSERT_TRUE(success_listener.WaitUntilSatisfied());
|
| -
|
| - CloseShellWindowsAndWaitForAppToExit();
|
| }
|
|
|
| // TODO(asargent) - Fix onMinimzed event on OSX (crbug.com/162793) and figure
|
| @@ -46,7 +44,7 @@
|
|
|
| IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, WindowsApiProperties) {
|
| EXPECT_TRUE(
|
| - RunPlatformAppTest("platform_apps/windows_api_properties")) << message_;
|
| + RunExtensionTest("platform_apps/windows_api_properties")) << message_;
|
| }
|
|
|
| #endif // defined(TOOLKIT_VIEWS)
|
|
|