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

Unified Diff: base/test/test_process_killer_win.h

Issue 584213002: Only do aggressive metro viewer termination in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify Created 6 years, 3 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
« no previous file with comments | « base/test/BUILD.gn ('k') | base/test/test_process_killer_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_process_killer_win.h
diff --git a/base/test/test_process_killer_win.h b/base/test/test_process_killer_win.h
deleted file mode 100644
index 08ef21bea7ce7a1be1360678a9d72f18fba02b09..0000000000000000000000000000000000000000
--- a/base/test/test_process_killer_win.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
scottmg 2014/09/19 21:23:24 This is now unused.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef BASE_TEST_TEST_PROCESS_KILLER_WIN_H_
-#define BASE_TEST_TEST_PROCESS_KILLER_WIN_H_
-
-#include "base/strings/string16.h"
-
-namespace base {
-
-// Kills all running processes named |process_name| that have the string
-// |argument| on their command line.
-bool KillAllNamedProcessesWithArgument(const string16& process_name,
- const string16& argument);
-
-} // namespace base
-
-#endif // BASE_TEST_TEST_PROCESS_KILLER_WIN_H_
« no previous file with comments | « base/test/BUILD.gn ('k') | base/test/test_process_killer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698