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

Unified Diff: ios/web/test/web_test_suite.mm

Issue 2037763002: [ios] Cleanup resource bundle in WebTestSuite::Shutdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « ios/web/test/web_test_suite.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/web_test_suite.mm
diff --git a/ios/web/test/web_test_suite.mm b/ios/web/test/web_test_suite.mm
index eb6f444e4a13c9b5474ab5ee42dbc1c87d12ab91..9ac0f39016e3fbfff7ec737d688318ddc6a2f2cc 100644
--- a/ios/web/test/web_test_suite.mm
+++ b/ios/web/test/web_test_suite.mm
@@ -58,4 +58,9 @@ void WebTestSuite::Initialize() {
resources_pack_path, ui::SCALE_FACTOR_NONE);
}
+void WebTestSuite::Shutdown() {
+ ResourceBundle::CleanupSharedInstance();
+ base::TestSuite::Shutdown();
+}
+
} // namespace web
« no previous file with comments | « ios/web/test/web_test_suite.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698