| Index: cc/test/test_context_support.cc
|
| diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
|
| index 6959d8cd7756712523a190452e09e5b8dc00757c..b90c47b848802d31e1b6d9c506a4d5b10583b091 100644
|
| --- a/cc/test/test_context_support.cc
|
| +++ b/cc/test/test_context_support.cc
|
| @@ -88,4 +88,7 @@ uint64_t TestContextSupport::ShareGroupTracingGUID() const {
|
| return 0;
|
| }
|
|
|
| +void TestContextSupport::SetErrorMessageCallback(
|
| + const base::Callback<void(const char*, int32_t)>& callback) {}
|
| +
|
| } // namespace cc
|
|
|