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

Unified Diff: chrome/browser/chromeos/system/tray_accessibility_browsertest.cc

Issue 2832153003: Move calling of shared browser test methods like SetUpOnMainThread/TearDownOnMainThread/RunTestOn... (Closed)
Patch Set: sync Created 3 years, 8 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/system/tray_accessibility_browsertest.cc
diff --git a/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc b/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc
index f884de448e15ca0766e0ae495a54ff2f43d55c52..029933c679280a56af03e2ba1cb4e7ecca2d84e1 100644
--- a/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc
+++ b/chrome/browser/chromeos/system/tray_accessibility_browsertest.cc
@@ -87,12 +87,8 @@ class TrayAccessibilityTest
void SetUpOnMainThread() override {
AccessibilityManager::Get()->SetProfileForTest(GetProfile());
MagnificationManager::Get()->SetProfileForTest(GetProfile());
- }
-
- void RunTestOnMainThreadLoop() override {
// Need to mark oobe completed to show detailed views.
StartupUtils::MarkOobeCompleted();
- InProcessBrowserTest::RunTestOnMainThreadLoop();
}
void TearDownOnMainThread() override {

Powered by Google App Engine
This is Rietveld 408576698