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

Unified Diff: trunk/src/chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc

Issue 258733010: Revert 266273 "Disable TabCaptureApiPixelTest::EndToEnd - failin..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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/api/tab_capture/tab_capture_apitest.cc
===================================================================
--- trunk/src/chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc (revision 266370)
+++ trunk/src/chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc (working copy)
@@ -88,8 +88,7 @@
#else
#define MAYBE_EndToEnd EndToEnd
#endif
-// http://crbug.com/367349
-IN_PROC_BROWSER_TEST_F(TabCaptureApiPixelTest, DISABLED_EndToEnd) {
+IN_PROC_BROWSER_TEST_F(TabCaptureApiPixelTest, MAYBE_EndToEnd) {
#if defined(OS_WIN)
// TODO(justinlin): Disabled for WinXP due to timeout issues.
if (base::win::GetVersion() < base::win::VERSION_VISTA) {
« 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