summaryrefslogtreecommitdiff
path: root/libchrome_tools/patch/subprocess.patch
diff options
context:
space:
mode:
authorHidehiko Abe <hidehiko@google.com>2018-04-16 14:40:49 +0900
committerHidehiko Abe <hidehiko@google.com>2018-04-16 14:40:49 +0900
commit28fbe310b77de4522ee7c21508ec1a99778a0887 (patch)
treed3c6b871bf9ac424f868202f58fdced4c03d9519 /libchrome_tools/patch/subprocess.patch
parent34c1558fedad7b65b8595d9e452e3190efa3ed12 (diff)
downloadlibchrome-28fbe310b77de4522ee7c21508ec1a99778a0887.tar.gz
Update comment.
To address remaining review comments in https://android-review.googlesource.com/c/platform/external/libchrome/+/638248 Bug: None Test: Ran update_libchrom.py. Change-Id: If7738fb4419f597b21dff287b23f6888f91d4625
Diffstat (limited to 'libchrome_tools/patch/subprocess.patch')
-rw-r--r--libchrome_tools/patch/subprocess.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/libchrome_tools/patch/subprocess.patch b/libchrome_tools/patch/subprocess.patch
index ad4457d2d0..ff1d02d3dd 100644
--- a/libchrome_tools/patch/subprocess.patch
+++ b/libchrome_tools/patch/subprocess.patch
@@ -4,7 +4,7 @@
} // namespace
-+// Arc++ note: don't compile as SpawnMultiProcessTestChild brings in a lot of
++// ARC note: don't compile as SpawnMultiProcessTestChild brings in a lot of
+// extra dependency.
+#if !defined(OS_ANDROID) && !defined(__ANDROID__) && !defined(__ANDROID_HOST__)
TEST(ProcessMetricsTest, GetOpenFdCount) {
@@ -59,7 +59,7 @@
MultiProcessTest::MultiProcessTest() {
}
-+// Don't compile on Arc++.
++// Don't compile on ARC.
+#if 0
SpawnChildResult MultiProcessTest::SpawnChild(const std::string& procname) {
LaunchOptions options;