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

Unified Diff: content/test/blink_test_environment.h

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 | « no previous file | content/test/blink_test_environment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/blink_test_environment.h
diff --git a/content/test/blink_test_environment.h b/content/test/blink_test_environment.h
index 48f4bfb10eae465fd7015b90e29727fba8e7f8a2..6ae05d5613cd0f4422550b718e23b38ef3172d81 100644
--- a/content/test/blink_test_environment.h
+++ b/content/test/blink_test_environment.h
@@ -14,11 +14,6 @@ void SetUpBlinkTestEnvironment();
// Terminates Blink test environment for unit tests.
void TearDownBlinkTestEnvironment();
-// TODO(tfarina): Remove these when Blink is updated to call the above
-// functions. DEPRECATED!
-void SetUpTestEnvironmentForUnitTests();
-void TearDownTestEnvironment();
-
} // namespace content
#endif // CONTENT_TEST_BLINK_TEST_ENVIRONMENT_H_
« no previous file with comments | « no previous file | content/test/blink_test_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698