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

Unified Diff: chrome/browser/extensions/extension_tabs_apitest.cc

Issue 8762006: Re-enable ExtensionApiTest.UpdateWindowShowState on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced Created 9 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/window_update/show_state/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_tabs_apitest.cc
diff --git a/chrome/browser/extensions/extension_tabs_apitest.cc b/chrome/browser/extensions/extension_tabs_apitest.cc
index 816d9767e692457b1f1b15d71db4bf7e9f987d6a..b25e3028ee501c4e72949a8137c41541e569b1c9 100644
--- a/chrome/browser/extensions/extension_tabs_apitest.cc
+++ b/chrome/browser/extensions/extension_tabs_apitest.cc
@@ -31,16 +31,9 @@
#else
#define MAYBE_FocusWindowDoesNotExitFullscreen FocusWindowDoesNotExitFullscreen
#define MAYBE_UpdateWindowSizeExitsFullscreen UpdateWindowSizeExitsFullscreen
-
-// http://crbug.com/105356 , this test is failing browser_tests on Windows.
-#if defined(OS_WIN)
-#define MAYBE_UpdateWindowShowState FAILS_UpdateWindowShowState
-#else
#define MAYBE_UpdateWindowShowState UpdateWindowShowState
#endif
-#endif
-
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Tabs) {
// The test creates a tab and checks that the URL of the new tab
// is that of the new tab page. Make sure the pref that controls
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/window_update/show_state/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698