| Index: components/test_runner/test_common.h
|
| diff --git a/components/test_runner/test_common.h b/components/test_runner/test_common.h
|
| index c8477baafbb1291a9a70bb7ca957c670c92ee6ea..b356c7f24669ba9b0d5561e088769a17d60d99f4 100644
|
| --- a/components/test_runner/test_common.h
|
| +++ b/components/test_runner/test_common.h
|
| @@ -33,10 +33,6 @@ const char* WebNavigationPolicyToString(
|
|
|
| blink::WebString V8StringToWebString(v8::Local<v8::String> v8_str);
|
|
|
| -// Tests which depend on Blink must call this function on the main thread
|
| -// before creating/calling any Blink objects/APIs.
|
| -TEST_RUNNER_EXPORT void EnsureBlinkInitialized();
|
| -
|
| } // namespace test_runner
|
|
|
| #endif // COMPONENTS_TEST_RUNNER_TEST_COMMON_H_
|
|
|