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

Unified Diff: chrome/browser/chromeos/accessibility/select_to_speak_live_site_browsertest.cc

Issue 2952163002: Remove InProcessBrowserTest::SetUpOnMainThread() calls. (Closed)
Patch Set: rebase Created 3 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
Index: chrome/browser/chromeos/accessibility/select_to_speak_live_site_browsertest.cc
diff --git a/chrome/browser/chromeos/accessibility/select_to_speak_live_site_browsertest.cc b/chrome/browser/chromeos/accessibility/select_to_speak_live_site_browsertest.cc
index f1776ed01531cf75c41ffce3b046c860f55ad450..e8298190fbc7af15e0d941b79bfcd0c0c4e15289 100644
--- a/chrome/browser/chromeos/accessibility/select_to_speak_live_site_browsertest.cc
+++ b/chrome/browser/chromeos/accessibility/select_to_speak_live_site_browsertest.cc
@@ -25,7 +25,6 @@ namespace chromeos {
class SelectToSpeakLiveSiteTest : public InProcessBrowserTest {
protected:
void SetUpOnMainThread() override {
- InProcessBrowserTest::SetUpOnMainThread();
ASSERT_FALSE(AccessibilityManager::Get()->IsSelectToSpeakEnabled());

Powered by Google App Engine
This is Rietveld 408576698