| Index: sky/engine/testing/platform/platform_impl.cc
|
| diff --git a/sky/engine/testing/platform/platform_impl.cc b/sky/engine/testing/platform/platform_impl.cc
|
| index 02e9bf81c68d41e3c11e64a733f08faeeecd379f..f685fd42723c8e9db3f818930e7d1ff5bffd469c 100644
|
| --- a/sky/engine/testing/platform/platform_impl.cc
|
| +++ b/sky/engine/testing/platform/platform_impl.cc
|
| @@ -82,10 +82,4 @@ blink::WebUnitTestSupport* PlatformImpl::unitTestSupport() {
|
| return &unit_test_support_;
|
| }
|
|
|
| -const unsigned char* PlatformImpl::getTraceCategoryEnabledFlag(
|
| - const char* category_name) {
|
| - static const unsigned char buf[] = "*";
|
| - return buf;
|
| -}
|
| -
|
| } // namespace sky
|
|
|