Commit be6a8a34 authored by Sebastien Marchand's avatar Sebastien Marchand Committed by Commit Bot

Fix the Mac coverage build

Bug: 1131200
Change-Id: I04b3fce954c66a2e7299d1e7cfa102754f1dc459
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425126
Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809566}
parent a4f6695e
...@@ -35,6 +35,8 @@ class MockChildProcess : public mojom::ChildProcess { ...@@ -35,6 +35,8 @@ class MockChildProcess : public mojom::ChildProcess {
#endif #endif
#if BUILDFLAG(CLANG_PROFILING_INSIDE_SANDBOX) #if BUILDFLAG(CLANG_PROFILING_INSIDE_SANDBOX)
MOCK_METHOD1(SetProfilingFile, void(base::File)); MOCK_METHOD1(SetProfilingFile, void(base::File));
MOCK_METHOD1(WriteClangProfilingProfile,
void(WriteClangProfilingProfileCallback));
#endif #endif
MOCK_METHOD1(GetBackgroundTracingAgentProvider, MOCK_METHOD1(GetBackgroundTracingAgentProvider,
void(mojo::PendingReceiver< void(mojo::PendingReceiver<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment