Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1205)

Unified Diff: chrome/browser/extensions/api/app_window/app_window_apitest.cc

Issue 11299326: Revert 170660 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698