Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: components/test_runner/test_common.h

Issue 2239563002: Remove remaining dependency on test_runner from components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/test_runner/test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/BUILD.gn ('k') | components/test_runner/test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698