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

Unified Diff: content/test/webkit_support.h

Issue 458013002: content: Add blink_test_environment.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « content/test/blink_test_environment.cc ('k') | content/test/webkit_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webkit_support.h
diff --git a/content/test/webkit_support.h b/content/test/webkit_support.h
index c4f97cf570b7782e983dfef37148829b7b3ec2dc..adec4a81f842947fa814b7a22d37c110bb58a22c 100644
--- a/content/test/webkit_support.h
+++ b/content/test/webkit_support.h
@@ -5,13 +5,8 @@
#ifndef CONTENT_TEST_WEBKIT_SUPPORT_H_
#define CONTENT_TEST_WEBKIT_SUPPORT_H_
-// This package provides functions used by webkit_unit_tests.
-namespace content {
-
-// Initializes or terminates a test environment for unit tests.
-void SetUpTestEnvironmentForUnitTests();
-void TearDownTestEnvironment();
-
-} // namespace content
+// TODO(tfarina): Remove this file when Blink is changed to include
+// blink_test_environment.h
+#include "content/test/blink_test_environment.h"
#endif // CONTENT_TEST_WEBKIT_SUPPORT_H_
« no previous file with comments | « content/test/blink_test_environment.cc ('k') | content/test/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698