From 28fbe310b77de4522ee7c21508ec1a99778a0887 Mon Sep 17 00:00:00 2001 From: Hidehiko Abe Date: Mon, 16 Apr 2018 14:40:49 +0900 Subject: 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 --- libchrome_tools/patch/subprocess.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libchrome_tools/patch') 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; -- cgit v1.2.3