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

Unified Diff: chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc

Issue 10836364: Disable timing out test FullscreenControllerBrowserTest.BrowserFullscreenMouseLockContentSettings o… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc
diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc b/chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc
index 563508cd6f767dfbc8be657cd4a43db4eb51d2e2..25b5c1679bb5b0cddb6421a11b3ebd7cb7aaa884 100644
--- a/chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc
+++ b/chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc
@@ -180,8 +180,9 @@ IN_PROC_BROWSER_TEST_F(FullscreenControllerBrowserTest,
TestFullscreenMouseLockContentSettings();
}
-#if defined(OS_MACOSX)
-// http://crbug.com/103912
+#if defined(OS_MACOSX) || defined(OS_LINUX)
+// http://crbug.com/103912 Mac
+// http://crbug.com/143930 Linux
#define MAYBE_BrowserFullscreenMouseLockContentSettings \
DISABLED_BrowserFullscreenMouseLockContentSettings
#else
« 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