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

Unified Diff: chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc

Issue 2957983002: Remove pointless InProcessBrowserTest calls. (Closed)
Patch Set: build 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/policy/device_policy_cros_browser_test.cc
diff --git a/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc b/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc
index 7d2998cfa1f4f95da58f50e71b6bcd47613e84f8..57326e7846621212e76fd50ac058f484c427629f 100644
--- a/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc
+++ b/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc
@@ -104,11 +104,6 @@ void DevicePolicyCrosBrowserTest::SetUpInProcessBrowserTestFixture() {
dbus_setter_->SetSessionManagerClient(
std::unique_ptr<chromeos::SessionManagerClient>(
fake_session_manager_client_));
- InProcessBrowserTest::SetUpInProcessBrowserTestFixture();
-}
-
-void DevicePolicyCrosBrowserTest::TearDownInProcessBrowserTestFixture() {
- InProcessBrowserTest::TearDownInProcessBrowserTestFixture();
}
void DevicePolicyCrosBrowserTest::MarkOwnership() {

Powered by Google App Engine
This is Rietveld 408576698