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

Unified Diff: content/test/blink_test_environment.cc

Issue 476543002: content: Remove deprecated functions from 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/blink_test_environment.cc
diff --git a/content/test/blink_test_environment.cc b/content/test/blink_test_environment.cc
index bf044e8adf069578d3809a91545e068db40a567f..db556309f6a36eb6b1486b884da19e9831d38a19 100644
--- a/content/test/blink_test_environment.cc
+++ b/content/test/blink_test_environment.cc
@@ -118,12 +118,4 @@ void TearDownBlinkTestEnvironment() {
test_environment = NULL;
}
-void SetUpTestEnvironmentForUnitTests() {
- SetUpBlinkTestEnvironment();
-}
-
-void TearDownTestEnvironment() {
- TearDownBlinkTestEnvironment();
-}
-
} // namespace content
« no previous file with comments | « content/test/blink_test_environment.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698