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

Unified Diff: content/public/test/browser_test_base.cc

Issue 436603002: Enable Screen Orientation integration tests for Chrome OS and Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reduce_flakiness
Patch Set: fix android Created 6 years, 5 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
Index: content/public/test/browser_test_base.cc
diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
index cbeedb1d3c57043676a248b3061b4d7a9b92a0b8..34932427aa6b832a7b00595fadf4f11e9c2509eb 100644
--- a/content/public/test/browser_test_base.cc
+++ b/content/public/test/browser_test_base.cc
@@ -295,10 +295,6 @@ void BrowserTestBase::PostTaskToInProcessRendererAndWait(
void BrowserTestBase::EnablePixelOutput() { enable_pixel_output_ = true; }
void BrowserTestBase::UseSoftwareCompositing() {
-#if !defined(USE_AURA) && !defined(OS_MACOSX)
- // TODO(danakj): Remove when GTK linux is no more.
- NOTREACHED();
-#endif
use_software_compositing_ = true;
}
« no previous file with comments | « content/browser/screen_orientation/screen_orientation_browsertest.cc ('k') | content/public/test/test_navigation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698