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

Unified Diff: chrome/browser/unload_uitest.cc

Issue 2827035: Disable BrowserCloseUnload on Linux (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 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/unload_uitest.cc
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index 7c8c32381626781aaa18f437bdff9721febb62fb..7ac65079e82ebbcc9ae39534feeef5874a72017e 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -19,8 +19,10 @@
// http://crbug.com/47575
#define MAYBE_BrowserCloseNoUnloadListeners \
DISABLED_BrowserCloseNoUnloadListeners
+#define MAYBE_BrowserCloseUnload DISABLED_BrowserCloseUnload
#else
#define MAYBE_BrowserCloseNoUnloadListeners BrowserCloseNoUnloadListeners
+#define MAYBE_BrowserCloseUnload BrowserCloseUnload
#endif
const std::string NOLISTENERS_HTML =
@@ -284,7 +286,7 @@ TEST_F(UnloadTest, MAYBE_BrowserCloseNoUnloadListeners) {
}
// Tests closing the browser on a page with an unload listener registered.
-TEST_F(UnloadTest, BrowserCloseUnload) {
+TEST_F(UnloadTest, MAYBE_BrowserCloseUnload) {
LoadUrlAndQuitBrowser(UNLOAD_HTML, L"unload");
}
« 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