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

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

Issue 15039010: Revert 198781 "Disables ExtensionApiTest.CaptureVisibleNoFile on..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/extension_tabs_apitest.cc
===================================================================
--- trunk/src/chrome/browser/extensions/extension_tabs_apitest.cc (revision 198791)
+++ trunk/src/chrome/browser/extensions/extension_tabs_apitest.cc (working copy)
@@ -188,13 +188,7 @@
"test_race.html")) << message_;
}
-// http://crbug.com/238775
-#if defined(OS_WIN)
-#define MAYBE_CaptureVisibleFile DISABLED_CaptureVisibleFile
-#else
-#define MAYBE_CaptureVisibleFile CaptureVisibleFile
-#endif
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_CaptureVisibleFile) {
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, CaptureVisibleFile) {
ASSERT_TRUE(RunExtensionSubtest("tabs/capture_visible_tab",
"test_file.html")) << message_;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698