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

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 999033003: Remove uses of KillProcess() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/sync/test/integration/sync_test.cc
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
index 430f09eb202d4c9b469ec69dd8749db84ec5e188..6d5acf2cffa4ff6cec2be3f07f9ca75be51ad68c 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -830,7 +830,7 @@ bool SyncTest::TearDownLocalPythonTestServer() {
bool SyncTest::TearDownLocalTestServer() {
if (test_server_.IsValid()) {
- EXPECT_TRUE(base::KillProcess(test_server_.Handle(), 0, false))
+ EXPECT_TRUE(test_server_.Terminate(0, false))
<< "Could not stop local test server.";
test_server_.Close();
}

Powered by Google App Engine
This is Rietveld 408576698