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

Unified Diff: chrome/browser/ui/webui/bookmarks_ui_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/ui/webui/bookmarks_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
index dbed0b1dc2c5477f76f8c07408c9871b8f70b1c4..ccdee6ab2c349da621c5f6db4a6985d4bb13aea5 100644
--- a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
@@ -21,8 +21,6 @@ class BookmarksTest : public InProcessBrowserTest {
BookmarksTest() {}
void SetUpOnMainThread() override {
- InProcessBrowserTest::SetUpOnMainThread();
-
// Re-enable accessibility checks when audit failures are resolved.
// AX_TEXT_01: http://crbug.com/559201
// AX_ARIA_08: http://crbug.com/559202

Powered by Google App Engine
This is Rietveld 408576698